arXivSub Start free trial

NeurIPS 2024 Papers with Code

Conference on Neural Information Processing Systems Β· 1874 papers with a public code repository

(FL)$^2$: Overcoming Few Labels in Federated Semi-Supervised Learning

Seungjoo Lee (Korea Advanced Institute of Science and Technology), Sung-Ju Lee (Korea Advanced Institute of Science and Technology)

CodeFederated LearningSupervised Fine-TuningImage

🎯 What it does: In the scenario of federated semi-supervised learning where labels are only on the server, a new federated training framework (FL²) is proposed, which significantly reduces confirmation bias and improves model performance through adaptive thresholds, sharpness consistency regularization, and learning state-aware aggregation.

$\beta$-DPO: Direct Preference Optimization with Dynamic $\beta$

Junkang Wu (University of Science and Technology of China), Xiangnan He (University of Science and Technology of China)

CodeOptimizationReinforcement Learning from Human FeedbackTransformerLarge Language ModelReinforcement LearningText

🎯 What it does: Dynamic β calibration and data filtering for DPO are conducted, proposing the β-DPO framework to enhance the alignment of LLM with human feedback.

$\epsilon$-Softmax: Approximating One-Hot Vectors for Mitigating Label Noise

Jialiang Wang (Harbin Institute of Technology), Xianming Liu (Harbin Institute of Technology)

CodeClassificationRecognitionConvolutional Neural NetworkImage

🎯 What it does: A simple Ρ-softmax layer is designed in deep learning to approximate one-hot vectors, thereby alleviating label noise and enhancing model robustness.

$\text{ID}^3$: Identity-Preserving-yet-Diversified Diffusion Models for Synthetic Face Recognition

Jianqing Xu (Tencent Youtu Lab), Bryan Hooi (National University of Singapore)

CodeRecognitionGenerationData SynthesisDiffusion modelImage

🎯 What it does: A conditional diffusion model named ID3 and its sampling algorithm have been designed and implemented to automatically generate diverse, identity-preserving synthetic face data for training facial recognition models.

$\textit{Bifr\"ost}$: 3D-Aware Image Compositing with Language Instructions

Lingxiao Li (Chinese University of Hong Kong), Xiangyu Yue (Chinese University of Hong Kong)

CodeGenerationData SynthesisDepth EstimationTransformerLarge Language ModelSupervised Fine-TuningDiffusion modelImageVideoTextMultimodality

🎯 What it does: This paper proposes the Bifrâst framework, which achieves 3D perception image synthesis based on language instructions, precisely inserting reference objects into the background image while maintaining lighting, occlusion, and other three-dimensional spatial relationships.

$\textit{Read-ME}$: Refactorizing LLMs as Router-Decoupled Mixture of Experts with System Co-Design

Ruisi Cai (University of Texas at Austin), Zhangyang Wang (University of Texas at Austin)

CodeOptimizationComputational EfficiencyKnowledge DistillationTransformerLarge Language ModelSupervised Fine-TuningMixture of ExpertsText

🎯 What it does: Transforming a pre-trained dense large language model into a smaller sparse expert network (Mixture-of-Experts)

$C^2M^3$: Cycle-Consistent Multi-Model Merging

Donato Crisostomi (Sapienza University of Rome), Emanuele RodolΓ  (Sapienza University of Rome)

CodeOptimizationConvolutional Neural NetworkImage

🎯 What it does: A data-independent weight matching and merging method is proposed, achieving multi-model periodic consistency merging through global optimization of neuron arrangement.

2DQuant: Low-bit Post-Training Quantization for Image Super-Resolution

Kai Liu (Shanghai Jiao Tong University), Yulun Zhang (Shanghai Jiao Tong University)

CodeRestorationSuper ResolutionKnowledge DistillationTransformerImage

🎯 What it does: This paper proposes a low-bit post-training quantization method for image super-resolution models based on the Transformer architectureβ€”2DQuant.

3-in-1: 2D Rotary Adaptation for Efficient Finetuning, Efficient Batching and Composability

Baohao Liao (University of Amsterdam), Christof Monz (University of Amsterdam)

CodeOptimizationComputational EfficiencyTransformerSupervised Fine-TuningTextBenchmark

🎯 What it does: This paper proposes a parameter-efficient fine-tuning method based on two-dimensional rotation, called RoAd, and evaluates its performance on tasks such as GLUE, commonsense reasoning, and arithmetic reasoning, demonstrating its advantages in batch processing and composability.

3D Gaussian Rendering Can Be Sparser: Efficient Rendering via Learned Fragment Pruning

Zhifan Ye (Georgia Institute of Technology), Yingyan Celine Lin

CodeComputational EfficiencyGaussian SplattingImageVideo

🎯 What it does: This paper addresses the low rendering efficiency of 3D Gaussian splatting on edge devices by proposing a Fragment Pruning method based on adaptive truncation thresholds for each Gaussian;

4-bit Shampoo for Memory-Efficient Network Training

Sike Wang (Beijing Normal University), Hua Huang (Beijing Normal University)

CodeOptimizationConvolutional Neural NetworkTransformerImage

🎯 What it does: Proposes 4-bit Shampoo, which compresses the state of second-order optimizers to 4 bits for memory efficiency while maintaining training performance close to the 32-bit version.

4M-21: An Any-to-Any Vision Model for Tens of Tasks and Modalities

Roman Bachmann (Swiss Federal Institute of Technology Lausanne), Amir Zamir (Apple)

CodeGenerationRetrievalTransformerVision Language ModelTextMultimodality

🎯 What it does: Trained a multimodal model 4M-21 that can take arbitrary inputs and produce arbitrary outputs, supporting interactions and generation across 21 different modalities.

A Bayesian Approach to Data Point Selection

Xinnuo Xu (Microsoft Research), Timothy Hospedales (University of Edinburgh)

CodeOptimizationData-Centric LearningImageTextStochastic Differential Equation

🎯 What it does: This paper proposes a point selection method based on Bayesian inference called BADS, which utilizes SGLD to simultaneously learn model parameters and sample weights, thereby addressing the issues of slow convergence and high memory consumption in traditional two-layer optimization.

A Canonicalization Perspective on Invariant and Equivariant Learning

George Ma (Peking University), Yisen Wang (Peking University)

CodeGraph Neural NetworkGraph

🎯 What it does: Research on framework-based averaging methods, proposing a unified and optimized approach to symbol/basis invariance learning from the perspective of canonicalization.

A Cat Is A Cat (Not A Dog!): Unraveling Information Mix-ups in Text-to-Image Encoders through Causal Analysis and Embedding Optimization

Chieh-Yun Chen (National Yang Ming Chiao Tung University), Hong-Han Shuai (National Yang Ming Chiao Tung University)

CodeObject DetectionGenerationOptimizationTransformerVision Language ModelDiffusion modelImageText

🎯 What it does: This paper studies the impact of the causal attention mechanism in text encoders on text-to-image diffusion models, proposing a training-independent text embedding balance optimization method (TEBOpt) to eliminate information bias and loss, and presents new automatic evaluation metrics.

A Closer Look at the CLS Token for Cross-Domain Few-Shot Learning

Yixiong Zou (Huazhong University of Science and Technology), Ruixuan Li (Huazhong University of Science and Technology)

CodeDomain AdaptationMeta LearningTransformerContrastive LearningImage

🎯 What it does: This study investigates the role of the CLS token in Vision Transformer in cross-domain few-shot learning and proposes enhancing model generalization performance by decoupling domain information.

A Concept-Based Explainability Framework for Large Multimodal Models

Jayneel Parekh (Sorbonne UniversitΓ©), Matthieu Cord (Valeo)

CodeExplainability and InterpretabilityTransformerVision Language ModelImageTextMultimodality

🎯 What it does: This paper proposes an explanation framework CoX-LMM based on vocabulary concept dictionary learning, aimed at interpreting the internal representations of large multimodal models (LMM) and conducting multimodal concept mining.

A Consistency-Aware Spot-Guided Transformer for Versatile and Hierarchical Point Cloud Registration

Renlang Huang (Zhejiang University), Liang Li (Zhejiang University)

CodeAutonomous DrivingOptimizationTransformerPoint Cloud

🎯 What it does: This paper proposes a Consistency-Aware Spot-Guided Transformer (CAST) that achieves semi-dense, geometrically consistent coarse matching and designs a lightweight sparse-to-dense refinement module for efficient and accurate point cloud registration.

A Critical Evaluation of AI Feedback for Aligning Large Language Models

Archit Sharma (Stanford University), Thomas Kollar (Toyota Research Institute)

CodeOptimizationReinforcement Learning from Human FeedbackTransformerLarge Language ModelSupervised Fine-TuningReinforcement LearningText

🎯 What it does: This paper explores the necessity of the RL stage in aligning large language models by comparing two alignment methods: Supervised Fine-Tuning (SFT) and Reinforcement Learning with AI Feedback (LAIF).

A Fast Convoluted Story: Scaling Probabilistic Inference for Integer Arithmetics

Lennert De Smet (KU Leuven), Pedro Zuidberg Dos Martires (Γ–rebro University)

CodeComputational EfficiencyImageBenchmark

🎯 What it does: A differentiable probabilistic integer linear arithmetic framework PLIAt based on tensorization and Fast Fourier Transform (FFT) is proposed for efficient integer probabilistic inference and learning.

A Flexible, Equivariant Framework for Subgraph GNNs via Graph Products and Graph Coarsening

Guy Bar-Shalom (Technion - Israel Institute of Technology), Haggai Maron (NVIDIA Research)

CodeDrug DiscoveryGraph Neural NetworkGraphBiomedical Data

🎯 What it does: This paper proposes a Subgraph GNN framework with a variable subgraph set (CS-GNN), which first refines the original graph to obtain a set of supernodes, then constructs a product graph through the Cartesian product with the original graph, and performs message passing on this graph, supporting subgraph bags of arbitrary size; it also introduces symmetry-based equivariant linear layers and various node labeling strategies.

A Foundation Model for Zero-shot Logical Query Reasoning

Mikhail Galkin (Intel AI Lab), Zhaocheng Zhu (Mila - Quebec AI Institute)

CodeGraph Neural NetworkGraph

🎯 What it does: This paper proposes ULTRAQUERY, the first zero-shot knowledge graph complex logic query answering foundational model, capable of reasoning over any new knowledge graph.

A Globally Optimal Portfolio for m-Sparse Sharpe Ratio Maximization

Yizun Lin (Jinan University), Cheng Li (Jinan University)

CodeOptimizationTabularTime SeriesFinance Related

🎯 What it does: This paper proposes an m-sparse (at most m active assets) Sharpe ratio maximization model and provides its equivalent quadratic programming form. Subsequently, a Proximal Gradient Algorithm (PGA) based on semi-algebraic properties is developed to solve this non-convex problem, theoretically achieving a global optimal solution under certain conditions.

A Gradient Accumulation Method for Dense Retriever under Memory Constraint

Jaehee Kim (Seoul National University), Pilsung Kang (Seoul National University)

CodeRetrievalSupervised Fine-TuningContrastive LearningText

🎯 What it does: A gradient accumulation method called CONTACCUM with a dual memory pool is proposed for stabilizing the training of dense retrievers in low-resource environments.

A hierarchical decomposition for explaining ML performance discrepancies

Harvineet Singh (University of California, San Francisco), Jean Feng (University of California, San Francisco)

CodeDomain AdaptationExplainability and InterpretabilityBiomedical DataElectronic Health Records

🎯 What it does: This paper proposes a hierarchical, non-parametric framework (HDPD) to explain the fundamental reasons for performance differences of machine learning models across different domains.

A Label is Worth A Thousand Images in Dataset Distillation

Tian Qin (Harvard University), David Alvarez-Melis (Harvard University)

CodeClassificationKnowledge DistillationImage

🎯 What it does: Through extensive ablation experiments and a simple soft label baseline, it is demonstrated that soft labels are the core factor for the success of data distillation methods, and that randomly sampling real images paired with soft labels from pre-trained experts can approach or even surpass existing state-of-the-art synthetic image distillation methods under significant data compression.

A Local Method for Satisfying Interventional Fairness with Partially Known Causal Graphs

Haoxuan Li (Peking University), Kun Zhang (Carnegie Mellon University)

CodeOptimizationGraph Neural NetworkTabular

🎯 What it does: A local method is proposed to enumerate the possible parent sets of sensitive attributes, estimate propensity scores, and achieve causal intervention fairness through min-max joint optimization, under the condition of only observing data and having partial knowledge of the causal graph.

A Motion-aware Spatio-temporal Graph for Video Salient Object Ranking

Hao Chen (Southeast University), Yongjian Deng (Beijing University of Technology)

CodeObject DetectionSegmentationGraph Neural NetworkVideo

🎯 What it does: A motion-aware spatiotemporal graph model is proposed for video salient object ranking, and video redirection is achieved based on the ranking results.

A PID Controller Approach for Adaptive Probability-dependent Gradient Decay in Model Calibration

Siyuan Zhang (Jiangnan University), Linbo Xie (Jiangnan University)

CodeClassificationOptimizationImage

🎯 What it does: This paper proposes a technique that dynamically adjusts the Softmax gradient decay rate using a PID controller, thereby optimizing both model accuracy and calibration performance during training.

A Primal-Dual-Assisted Penalty Approach to Bilevel Optimization with Coupled Constraints

Liuyuan Jiang (Rensselaer Polytechnic Institute), Tianyi Chen (Rensselaer Polytechnic Institute)

CodeOptimizationTabular

🎯 What it does: A penalty reconstruction based on Lagrangian duality is proposed, and a full-step algorithm BLOCC is designed to solve the bilevel optimization problem with coupling constraints.

A Prompt-Based Knowledge Graph Foundation Model for Universal In-Context Reasoning

Yuanning Cui (Nanjing University), Wei Hu (Nanjing University)

CodeGraph Neural NetworkPrompt EngineeringGraph

🎯 What it does: A KG-based model KG-ICL is proposed, which implements context learning without parameter updates to complete cross-KG reasoning tasks.

A robust inlier identification algorithm for point cloud registration via $\mathbf{\ell_0}$-minimization

Yinuo Jiang (Huazhong University of Science and Technology), Ye Yuan (Huazhong University of Science and Technology)

CodeAutonomous DrivingOptimizationPoint Cloud

🎯 What it does: A robust inlier identification algorithm is proposed that transforms the point cloud registration problem into an β„“0-minimization problem of alignment error for each local set.

A scalable generative model for dynamical system reconstruction from neuroimaging data

Eric Volkmann (Heidelberg University), Georgia Koppe (Heidelberg University)

CodeGenerationData SynthesisOptimizationRecurrent Neural NetworkSupervised Fine-TuningReinforcement LearningTime SeriesBiomedical DataMagnetic Resonance Imaging

🎯 What it does: This paper proposes a scalable generative model that utilizes control theory's teacher forcing (GTF) and Wiener deconvolution techniques to reconstruct dynamic systems from convolutional observational data such as BOLD fMRI, and generates interpretable generative models.

A Simple Image Segmentation Framework via In-Context Examples

Yang Liu (Zhejiang University), Chunhua Shen (Ant Group)

CodeObject DetectionSegmentationTransformerSupervised Fine-TuningImageVideo

🎯 What it does: This paper studies a general in-context example-based image segmentation framework called SINE, which can simultaneously output masks at three granularities: object, instance, and semantic, addressing the task ambiguity problem in traditional in-context segmentation.

A Simple yet Universal Framework for Depth Completion

Jin-Hwi Park (Gwangju Institute of Science and Technology), Hae-Gon Jeon (Gwangju Institute of Science and Technology)

CodeRestorationDepth EstimationConvolutional Neural NetworkSupervised Fine-TuningImagePoint Cloud

🎯 What it does: A unified depth completion (UniDC) problem is proposed, constructing a lightweight framework based on deep foundational models. It utilizes the relative depth features from a monocular camera, hyperplane geometry, and multi-scale feature fusion to achieve rapid conversion from sparse depth to dense depth, and completes depth refinement through pixel-level affinity graphs, supporting few-shot learning with very few labeled data.

A Single-Step, Sharpness-Aware Minimization is All You Need to Achieve Efficient and Accurate Sparse Training

Jie Ji (Clemson University), Xiaolong Ma (Clemson University)

CodeClassificationOptimizationConvolutional Neural NetworkSupervised Fine-TuningImage

🎯 What it does: This paper proposes a single-step Sharpness-Aware Minimization (S2-SAM) with no additional computational cost, which is applied as a plugin to various sparse training methods, significantly enhancing the generalization performance and robustness of sparse networks.

A Surprisingly Simple Approach to Generalized Few-Shot Semantic Segmentation

Tomoya Sakai (IBM Research), Tadanobu Inoue (IBM)

CodeSegmentationSupervised Fine-TuningImage

🎯 What it does: A method for base class mining (BCM) based on simple rules is proposed, utilizing standard supervised learning to identify new categories in generalized few-shot semantic segmentation (GFSS) while maintaining the segmentation performance of most base classes.

A Swiss Army Knife for Heterogeneous Federated Learning: Flexible Coupling via Trace Norm

Tianchi Liao (Sun Yat-sen University), Chuan Chen (Sun Yat-sen University)

CodeFederated LearningImage

🎯 What it does: A federated multi-task learning framework FedSAK based on tensor trace norm is proposed, which can simultaneously handle the heterogeneity of data, models, and tasks within the same framework.

A theoretical design of concept sets: improving the predictability of concept bottleneck models

Max Ruiz Luyten (University of Cambridge), Mihaela van der Schaar (University of Cambridge)

CodeClassificationDomain AdaptationTransformerLarge Language ModelContrastive LearningImageTextMultimodality

🎯 What it does: In the paper, the authors propose and validate a theoretical framework and empirical effects of concept sets in the Concept Bottleneck Model (CBM), studying the expressiveness of concept sets and the model awareness bias, and providing corresponding theoretical derivations and experimental validations.

A Theoretical Understanding of Self-Correction through In-context Alignment

Yifei Wang (Massachusetts Institute of Technology), Yisen Wang (Peking University)

CodeTransformerLarge Language ModelText

🎯 What it does: This study investigates the self-correction mechanism of LLMs and provides a theoretical analysis from the perspective of contextual alignment.

A Topology-aware Graph Coarsening Framework for Continual Graph Learning

Xiaoxue Han (Stevens Institute of Technology), Yue Ning (Stevens Institute of Technology)

CodeOptimizationRepresentation LearningGraph Neural NetworkGraphTime Series

🎯 What it does: A topology-aware graph coarsening framework, TA CO, is proposed to alleviate the problem of catastrophic forgetting in continual graph learning (CGL) by storing compressed graphs of previous tasks.

A Tractable Inference Perspective of Offline RL

Xuejie Liu (Peking University), Yitao Liang (Peking University)

CodeTransformerReinforcement LearningSequential

🎯 What it does: The Trifle algorithm is proposed, utilizing a tractable probabilistic model (TPM) to make the inference process of offline RL tractable, significantly improving the performance of offline RL in action sampling and reward estimation.

A Unified Confidence Sequence for Generalized Linear Models, with Applications to Bandits

Junghyun Lee, Kwang-Sung Jun (University of Arizona)

CodeOptimizationReinforcement LearningTabular

🎯 What it does: A unified likelihood ratio confidence sequence (CS) framework is proposed, applicable to all self-conjugate (GLM) models, and based on this, a universal UCB algorithm OFUGLB is designed.

A Unifying Normative Framework of Decision Confidence

Amelia Johnson, Koosha Khalvati (Allen Institute)

CodeOptimizationReinforcement LearningTabular

🎯 What it does: A unified normative framework is proposed to measure decision confidence using probabilistic models and map it to planning as inference (maximum entropy reinforcement learning).

A Unifying Post-Processing Framework for Multi-Objective Learn-to-Defer Problems

Mohammad-Amin Charusaie (Max Planck Institute for Intelligent Systems), Samira Samadi (Max Planck Institute for Intelligent Systems)

CodeAnomaly DetectionOptimizationTabular

🎯 What it does: A post-processing framework based on the d-dimensional generalized Neyman-Pearson rule is proposed to simultaneously satisfy accuracy and various constraints (fairness, expert intervention budget, anomaly detection, etc.) in the multi-objective learn-to-defer (L2D) problem.

A2PO: Towards Effective Offline Reinforcement Learning from an Advantage-aware Perspective

Yunpeng Qing (Zhejiang University), Mingli Song (Zhejiang University)

CodeReinforcement LearningAuto EncoderTabular

🎯 What it does: A new offline reinforcement learning method A2PO is proposed, which addresses constraint conflicts in mixed-quality datasets through advantage-aware policy optimization.

Abductive Reasoning in Logical Credal Networks

Radu Marinescu (IBM Research), Alexander G. Gray

Code

🎯 What it does: Define and solve the Maximum A Posteriori (MAP) and Marginal MAP (MMAP) inference tasks in Logic Credible Networks (LCNs), proposing two types of solution approaches: exact search and approximate message passing.

Abrupt Learning in Transformers: A Case Study on Matrix Completion

Pulkit Gopalani (University of Michigan), Wei Hu (University of Michigan)

CodeTransformerLarge Language ModelTabular

🎯 What it does: This study explores the training dynamics of the Transformer model in the low-rank matrix completion task, finding that the training loss experiences a plateau in the early stages of training, followed by a sudden drop to near-optimal values.

Absorb & Escape: Overcoming Single Model Limitations in Generating Heterogeneous Genomic Sequences

Zehui Li (Imperial College London), Yiren Zhao (Imperial College London)

CodeGenerationData SynthesisOptimizationDiffusion modelBiomedical Data

🎯 What it does: This paper proposes an Absorb & Escape (A&E) framework and a fast implementation called Fast A&E, which utilizes a combination of pre-trained autoregressive models and diffusion models to generate high-quality genomic sequences.

Abstract Reward Processes: Leveraging State Abstraction for Consistent Off-Policy Evaluation

Shreyas Chaudhari (University of Massachusetts), Philip S. Thomas (University of Massachusetts)

CodeReinforcement LearningBiomedical DataElectronic Health Records

🎯 What it does: A STAR framework based on state abstraction is proposed for consistent and low-variance off-policy evaluation.

Accelerating Greedy Coordinate Gradient and General Prompt Optimization via Probe Sampling

Yiran Zhao (National University of Singapore), Michael Shieh (National University of Singapore)

CodeOptimizationAdversarial AttackTransformerLarge Language ModelPrompt EngineeringText

🎯 What it does: This paper proposes the Probe Sampling algorithm, which uses a small draft model to filter candidate prompts in GCG search, significantly accelerating the adversarial prompt optimization for LLMs.

Accelerating Non-Maximum Suppression: A Graph Theory Perspective

King-Siong Si (Xi'an Jiaotong University), Hao Sun (Xi'an Jiaotong University)

CodeObject DetectionComputational EfficiencyImageBenchmark

🎯 What it does: A systematic analysis of the internal structure of Non-Maximum Suppression (NMS) from the perspective of graph theory is presented, proposing two efficient implementations (QSI-NMS, eQSI-NMS, and BOE-NMS), and constructing the NMS-Bench benchmark for quick evaluation and comparison of different NMS algorithms.

Achieving Domain-Independent Certified Robustness via Knowledge Continuity

Alan Sun (Carnegie Mellon University), Soroush Vosoughi (Dartmouth College)

CodeClassificationAdversarial AttackText

🎯 What it does: A new definition of robustness called Knowledge Continuity is proposed, along with its theoretical proof and practical applications.

ActAnywhere: Subject-Aware Video Background Generation

Boxiao Pan (Stanford University), Jimei Yang (Runway)

CodeGenerationData SynthesisDiffusion modelVideo

🎯 What it does: This paper proposes a method for automatically generating video backgrounds that match the motion of foreground subjects, using a single frame background image to create a complete video with realistic interactions with the subject.

ActFusion: a Unified Diffusion Model for Action Segmentation and Anticipation

Dayoung Gong (Pohang University of Science and Technology), Minsu Cho (Pohang University of Science and Technology)

CodeRecognitionSegmentationTransformerDiffusion modelVideo

🎯 What it does: This paper proposes a unified diffusion model (ActFusion) that simultaneously performs temporal action segmentation and long-term action prediction in videos, utilizing learnable masking tokens to achieve segmentation of visible parts and prediction of invisible parts.

Action Gaps and Advantages in Continuous-Time Distributional Reinforcement Learning

Harley Wiltzer (Mila-Quebec AI Institute McGill University), Yash Jhaveri (Rutgers University Newark)

CodeReinforcement LearningTime SeriesFinance RelatedStochastic Differential Equation

🎯 What it does: This study investigates continuous-time distributed reinforcement learning, where action values collapse as decision frequency increases. It proposes the concept of distributed superiority and designs an algorithm called DSUP based on this concept to address performance instability under high-frequency decision-making.

Activation Map Compression through Tensor Decomposition for Deep Learning

Le-Trung Nguyen (Telecom Paris), Van-Tam Nguyen (Telecom Paris)

CodeClassificationSegmentationCompressionConvolutional Neural NetworkSupervised Fine-TuningImage

🎯 What it does: When training deep networks on edge devices, this paper compresses storage by using low-rank tensor decomposition (SVD and HOSVD) on activation maps, significantly reducing the memory requirements for backpropagation.

Active Learning for Derivative-Based Global Sensitivity Analysis with Gaussian Processes

Syrine Belakaria (Stanford University), Eytan Bakshy (Meta)

CodeTabular

🎯 What it does: An active learning method for derivative-based global sensitivity analysis (DGSM) is proposed, which directly targets the quantification metrics of gradient, absolute gradient, and squared gradient for sample-efficient collection.

Active Learning with LLMs for Partially Observed and Cost-Aware Scenarios

NicolΓ‘s Astorga (University of Cambridge), Mihaela van der Schaar (University of Cambridge)

CodeOptimizationData-Centric LearningTransformerLarge Language ModelTabular

🎯 What it does: A proactive learning framework named POCA is proposed, specifically designed to address the issues of partial observation and cost-constrained data collection.

Active preference learning for ordering items in- and out-of-sample

Herman BergstrΓΆm (Chalmers University of Technology and University of Gothenburg), Fredrik D. Johansson (Chalmers University of Technology and University of Gothenburg)

CodeRecommendation SystemOptimizationImageTabular

🎯 What it does: Learn complete rankings on item sets with contextual attributes through Active Preference Learning, and provide an upper bound on ranking error along with an implemented active sampling strategy.

Active Sequential Posterior Estimation for Sample-Efficient Simulation-Based Inference

Sam Griesemer (University of Southern California), Yan Liu (University of Southern California)

CodeFlow-based ModelTabular

🎯 What it does: The Active Sequential Neural Posterior Estimation (ASNPE) method is proposed for efficient inference of posterior distributions in expensive simulation models.

ActSort: An active-learning accelerated cell sorting algorithm for large-scale calcium imaging datasets

Yiqi Jiang (Stanford University), Mark Schnitzer

CodeClassificationComputational EfficiencyBiomedical DataBenchmark

🎯 What it does: This paper presents ActSort, an active learning-based cell sorting algorithm that can quickly perform quality control of cell candidates in large calcium imaging datasets.

Ada-MSHyper: Adaptive Multi-Scale Hypergraph Transformer for Time Series Forecasting

Zongjiang Shang (Zhejiang University), Dongliang Cui (Zhejiang University)

CodeGraph Neural NetworkTransformerTime Series

🎯 What it does: Proposes Ada-MSHyper, an adaptive multi-scale hypergraph transformer model aimed at improving time series forecasting.

AdaNeg: Adaptive Negative Proxy Guided OOD Detection with Vision-Language Models

Yabin Zhang (Hong Kong Polytechnic University), Lei Zhang (Hong Kong Polytechnic University)

CodeAnomaly DetectionTransformerVision Language ModelContrastive LearningImageMultimodality

🎯 What it does: The AdaNeg method is proposed, which dynamically generates adaptive negative proxies through a feature memory bank during testing to better align with the OOD distribution.

AdaNovo: Towards Robust \emph{De Novo} Peptide Sequencing in Proteomics against Data Biases

Jun Xia (Westlake University), Stan Z. Li (Westlake University)

CodeRecognitionData-Centric LearningTransformerBiomedical Data

🎯 What it does: This paper proposes the AdaNovo framework, which utilizes Conditional Mutual Information (CMI) to re-weight training loss in order to improve the performance of de-biasing in de novo peptide sequencing, particularly for the identification of PTMs.

AdaPKC: PeakConv with Adaptive Peak Receptive Field for Radar Semantic Segmentation

Teng Li (Shenzhen International Graduate School Tsinghua University), Zhe Ma (Intelligent Science and Technology Academy of CASIC)

CodeSegmentationConvolutional Neural NetworkPoint Cloud

🎯 What it does: For the radar semantic segmentation task, Adaptive Peak-aware Convolution (AdaPKC) is proposed with two implementations (metric-based AdaPKC ξ and learning-based AdaPKC θ). Additionally, a threshold online switching fine-tuning strategy (FiTOS) is introduced to further enhance performance.

Adaptable Logical Control for Large Language Models

Honghua Zhang (University of California Los Angeles), Nanyun Peng (University of California Los Angeles)

CodeGenerationKnowledge DistillationTransformerLarge Language ModelText

🎯 What it does: The Ctrl-G framework is proposed, using hidden Markov models (HMM) as an interpretable approximation of large language models, and employing deterministic finite automata (DFA) for logical constraint control, thereby achieving inferable and satisfiable generation.

Adaptive Depth Networks with Skippable Sub-Paths

Woochul Kang (Incheon National University), Hyungseop Lee (Incheon National University)

CodeComputational EfficiencyKnowledge DistillationConvolutional Neural NetworkTransformerImage

🎯 What it does: A network architecture with predictable and adjustable depth is designed, dividing the residual blocks into necessary and skipable sub-paths, and using self-distillation to refine features in the latter, allowing multiple depth sub-networks to be obtained from a single training.

Adaptive Exploration for Data-Efficient General Value Function Evaluations

Arushi Jain (McGill University), Doina Precup (McGill University)

CodeReinforcement LearningTabular

🎯 What it does: This paper proposes and implements GVFExplorer, which can efficiently evaluate multiple Generalized Value Functions (GVFs) in parallel by adaptively learning a single behavior policy, and achieves minimum variance updates on offline data using TD variance estimation.

Adaptive Image Quality Assessment via Teaching Large Multimodal Model to Compare

Hanwei Zhu (City University of Hong Kong), Shiqi Wang (City University of Hong Kong)

CodeOptimizationTransformerLarge Language ModelVision Language ModelImageMultimodality

🎯 What it does: A large model-based NR-IQA model called Compare2Score is proposed, which learns image quality comparisons and converts them into continuous scores.

Adaptive Labeling for Efficient Out-of-distribution Model Evaluation

Daksh Mittal (Columbia University), Hongseok Namkoong (Columbia University)

CodeDomain AdaptationReinforcement LearningBiomedical Data

🎯 What it does: An adaptive label sampling framework is proposed for efficiently evaluating the performance of machine learning models under severe distribution shifts.

Adaptive Layer Sparsity for Large Language Models via Activation Correlation Assessment

Wei Li (University of Birmingham), Shengjie Sun (AISpeech Co., Ltd.)

CodeCompressionOptimizationTransformerLarge Language ModelText

🎯 What it does: Proposes the Adaptive Layer Sparsity (ALS) method, which compresses large language models by adaptively allocating layer-wise sparsity rates while maintaining or improving inference performance.

Adaptive Proximal Gradient Method for Convex Optimization

Yura Malitsky (University of Vienna), Konstantin Mishchenko (Samsung AI Center)

CodeOptimization

🎯 What it does: An adaptive gradient descent and adaptive proximal gradient descent algorithm (AdGD/AdProxGD) based on local curvature information is proposed, which does not require a global Lipschitz constant and can automatically adjust the step size, theoretically converging to the optimal solution of convex problems.

Adaptive Variance Reduction for Stochastic Optimization under Weaker Assumptions

Wei Jiang (Nanjing University), Lijun Zhang (Nanjing University)

CodeOptimizationImageText

🎯 What it does: This paper proposes Ada-STORM, an adaptive variance reduction algorithm that achieves optimal convergence rates in scenarios such as non-convex optimization, component optimization, and finite summation.

Addressing Asynchronicity in Clinical Multimodal Fusion via Individualized Chest X-ray Generation

Wenfang Yao (Hong Kong Polytechnic University), Jing Qin (Hong Kong Baptist University)

CodeGenerationData SynthesisAnomaly DetectionTransformerDiffusion modelAuto EncoderContrastive LearningMultimodalityBiomedical DataElectronic Health Records

🎯 What it does: This paper proposes a method called DDL-CXR based on the Latent Diffusion Model (LDM), which dynamically generates personalized chest X-ray (CXR) latent representations synchronized with the prediction time to address the asynchrony issue of multimodal clinical data (EHR and CXR) and integrates the generated latent CXR with historical data for clinical predictions.

Addressing Spatial-Temporal Heterogeneity: General Mixed Time Series Analysis via Latent Continuity Recovery and Alignment

Jiawei Chen (Zhejiang University), Chunhui Zhao (Zhejiang University)

CodeAnomaly DetectionRepresentation LearningTransformerTime Series

🎯 What it does: This paper proposes the MiTSformer framework for unified modeling of mixed temporal data (including continuous and discrete variables) to achieve general representation learning for multiple tasks.

ADOPT: Modified Adam Can Converge with Any $\beta_2$ with the Optimal Rate

Shohei Taniguchi (University of Tokyo), Yutaka Matsuo (University of Tokyo)

CodeOptimizationTransformerSupervised Fine-TuningImageText

🎯 What it does: This paper proposes a new adaptive gradient optimizer called ADOPT, which theoretically achieves a convergence rate of O(1/√T) without requiring a specific choice of β2 and without relying on the bounded gradient noise assumption. It outperforms Adam and its variants across various tasks.

AdvAD: Exploring Non-Parametric Diffusion for Imperceptible Adversarial Attacks

Jin Li (Sun Yat-Sen University), Xiangui Kang (Sun Yat-Sen University)

CodeAdversarial AttackConvolutional Neural NetworkDiffusion modelImage

🎯 What it does: This paper proposes a non-parametric diffusion process-based adversarial attack framework, AdvAD, and its extreme version, AdvAD-X, to generate imperceptible adversarial samples.

Advancing Open-Set Domain Generalization Using Evidential Bi-Level Hardest Domain Scheduler

Kunyu Peng (Karlsruhe Institute of Technology), Rainer Stiefelhagen (University of Stuttgart)

CodeClassificationDomain AdaptationMeta LearningConvolutional Neural NetworkTransformerImage

🎯 What it does: An adaptive domain scheduling method for Open Set Domain Generalization (OSDG) is proposedβ€”Evidential Bi-Level Hardest Domain Scheduler (EBiL-HaDS), which enhances the model's generalization and recognition capabilities for unknown domains and unknown categories by dynamically selecting the hardest domains.

Advancing Spiking Neural Networks for Sequential Modeling with Central Pattern Generators

Changze Lv (Fudan University), Dongsheng Li (Microsoft Research Asia)

CodeClassificationRecognitionOptimizationSpiking Neural NetworkTransformerImageTextTime Series

🎯 What it does: A location information encoding method based on Central Pattern Generators (CPG) is proposed in spiking neural networks (SNN), and its effectiveness is validated in tasks such as time series prediction, text classification, and image classification.

Advancing Tool-Augmented Large Language Models: Integrating Insights from Errors in Inference Trees

Sijia Chen (Nanjing University), Lijun Zhang (Nanjing University)

CodeReinforcement Learning from Human FeedbackTransformerLarge Language ModelSupervised Fine-TuningText

🎯 What it does: By constructing a stepwise preference dataset based on failure exploration and applying Direct Preference Optimization (DPO) after Supervised Fine-Tuning (SFT), the multi-step reasoning ability of tool-enhanced large language models has been improved.

Advancing Training Efficiency of Deep Spiking Neural Networks through Rate-based Backpropagation

Chengting Yu (Zhejiang University), Aili Wang (Zhejiang University)

CodeSpiking Neural NetworkImage

🎯 What it does: A rate coding-based backpropagation method is proposed to simplify the time dependency of SNNs and reduce the computational and memory costs of BPTT.

Advection Augmented Convolutional Neural Networks

Niloufar Zakariaei (University of British Columbia), Moshe Eliasof (University of Cambridge)

CodeRestorationGenerationOptimizationConvolutional Neural NetworkVideoTime SeriesPhysics Related

🎯 What it does: This paper proposes an architecture that integrates the advection-diffusion-reaction (ADR) process into convolutional neural networks for efficient prediction of spatio-temporal sequences.

Adversarial Moment-Matching Distillation of Large Language Models

Chen Jia (SI-TECH Information Technology)

CodeKnowledge DistillationTransformerLarge Language ModelReinforcement LearningText

🎯 What it does: This paper proposes a knowledge distillation method based on adversarial action value moment matching, utilizing a reinforcement learning framework to view distillation as imitation learning. The goal is to minimize the difference in action value moments between the teacher and the student, combining both on-policy and off-policy perspectives.

Adversarial SchrΓΆdinger Bridge Matching

Nikita Gushchin (Skolkovo Institute of Science and Technology), Alexander Korotin (Skolkovo Institute of Science and Technology)

CodeImage TranslationData SynthesisDomain AdaptationGenerative Adversarial NetworkImageStochastic Differential Equation

🎯 What it does: A discrete-time iterative Markov fitting (D-IMF) method is proposed to efficiently solve the Schrâdinger bridge problem, achieving unsupervised domain transformation from distribution p0 to p1.

Agent Planning with World Knowledge Model

Shuofei Qiao (Zhejiang University), Huajun Chen (National University of Singapore)

CodeTransformerLarge Language ModelAgentic AIContrastive LearningText

🎯 What it does: A parameterizable World Knowledge Model (WKM) is proposed, which synthesizes task knowledge and state knowledge from expert trajectories and experiential exploration trajectories to assist large language models in interactive planning.

AgentPoison: Red-teaming LLM Agents via Poisoning Memory or Knowledge Bases

Zhaorun Chen (University of Chicago), Bo Li (University of Chicago)

CodeAutonomous DrivingOptimizationAdversarial AttackTransformerLarge Language ModelAgentic AITextSequentialBiomedical DataElectronic Health RecordsRetrieval-Augmented Generation

🎯 What it does: This paper proposes a backdoor attack method called AGENTPOISON for large language model (LLM) agents using retrieval-augmented generation (RAG). By injecting a small number of malicious examples into the agent's long-term memory or knowledge base, the attack can be triggered when specific keywords are retrieved, inducing the agent to perform malicious actions.

Aggregating Quantitative Relative Judgments: From Social Choice to Ranking Prediction

Yixuan Even Xu (Carnegie Mellon University), Vincent Conitzer (Carnegie Mellon University)

CodeTabular

🎯 What it does: Proposes and studies the Quantitative Relative Judgment Aggregation (QRJA) model, which serves as a bridge between social choice and ranking prediction;

AGILE: A Novel Reinforcement Learning Framework of LLM Agents

Peiyuan Feng (ByteDance Research), Hang Li (ByteDance Research)

CodeTransformerLarge Language ModelReinforcement LearningAgentic AIText

🎯 What it does: A unified reinforcement learning framework called AGILE is proposed, allowing large language model agents to complete complex dialogue tasks through memory, tool invocation, reflection, and actively seeking human advice.

AHA: Human-Assisted Out-of-Distribution Generalization and Detection

Haoyue Bai (University of Wisconsin Madison), Robert D Nowak

CodeDomain AdaptationAnomaly DetectionImage

🎯 What it does: Proposes the AHA framework, which enhances the model's OOD generalization and detection capabilities using a small amount of manual labeling in the maximum discernment region (where the densities of covariate OOD and semantic OOD are roughly equal).

AirSketch: Generative Motion to Sketch

Hui Xian Grace Lim (University of Central Florida), Ser-Nam Lim (University of Central Florida)

CodeRestorationGenerationData SynthesisDiffusion modelImageVideo

🎯 What it does: This paper presents AirSketch, which utilizes a controllable diffusion model to recover clean, coherent, and user-intent-compliant hand-drawn sketches from extremely noisy trajectory images generated by hand tracking, without the need for markers or expensive hardware.

AlchemistCoder: Harmonizing and Eliciting Code Capability by Hindsight Tuning on Multi-source Data

Zifan Song (Tongji University), Cairong Zhao (Tongji University)

CodeGenerationAI Code AssistantTransformerLarge Language ModelSupervised Fine-TuningPrompt EngineeringText

🎯 What it does: Developed the AlchemistCoder series of code LLMs, significantly enhancing code generation and reasoning capabilities through multi-source data, AlchemistPrompt, and fine-tuning on code understanding tasks.

Algorithmic Capabilities of Random Transformers

Ziqian Zhong (Massachusetts Institute of Technology), Jacob Andreas (Massachusetts Institute of Technology)

CodeGenerationRetrievalTransformerText

🎯 What it does: This paper studies whether a randomly initialized Transformer that only trains the embedding layer (i.e., freezing the internal parameters) can perform algorithmic tasks such as arithmetic, associative retrieval, and bracket matching, and explores its potential in memory and natural language generation.

Algorithmic Collective Action in Recommender Systems: Promoting Songs by Reordering Playlists

Joachim Baumann (University of Zurich), Celestine Mendler-DΓΌnner (Max-Planck Institute for Intelligent Systems)

CodeRecommendation SystemTransformerSequentialAudio

🎯 What it does: This paper studies the feasibility of enhancing the visibility of minority artists in a Transformer-based music recommendation system through algorithmic collective action. It proposes two lightweight, authenticity-constrained song insertion strategies (InClust, DirLoF) and experimentally validates their effectiveness using large industry-level models.

ALI-Agent: Assessing LLMs' Alignment with Human Values via Agent-based Evaluation

Jingnan Zheng (National University of Singapore), Tat-Seng Chua (Singapore Management University)

CodeTransformerLarge Language ModelSupervised Fine-TuningAgentic AITextChain-of-Thought

🎯 What it does: The ALI-Agent framework is designed to automatically generate, evaluate, and iteratively improve alignment tests for human values through LLM agents.

Alias-Free Mamba Neural Operator

Jianwei Zheng (Zhejiang University of Technology), Xiaoqin Zhang (Zhejiang University of Technology)

CodeBenchmarkPhysics RelatedOrdinary Differential Equation

🎯 What it does: This paper proposes a neural operator MambaNO that integrates the Mamba state space model with convolutional integration for efficiently approximating the analytical operator of PDEs while maintaining alias-free properties, with a time complexity of O(N).

Aligning Diffusion Behaviors with Q-functions for Efficient Continuous Control

Huayu Chen (Tsinghua University), Jun Zhu (Tsinghua University)

CodeOptimizationRobotic IntelligenceReinforcement LearningDiffusion modelTabularBenchmark

🎯 What it does: This paper proposes a two-stage method called Efficient Diffusion Alignment (EDA), which breaks down offline reinforcement learning tasks into behavior pre-training and policy alignment. By pre-training a diffusion behavior model and fine-tuning it with a Q-function, efficient continuous control is achieved.

Aligning Diffusion Models by Optimizing Human Utility

Shufan Li (University of California, Los Angeles), Kazuki Kozuka (Panasonic AI Research)

CodeGenerationOptimizationReinforcement Learning from Human FeedbackDiffusion modelImageText

🎯 What it does: Proposes the Diffusion-KTO method, which aligns text-to-image diffusion models by optimizing human utility maximization;

Aligning Large Language Models with Representation Editing: A Control Perspective

Lingkai Kong (Georgia Tech), Chao Zhang (Georgia Tech)

CodeOptimizationRepresentation LearningReinforcement Learning from Human FeedbackTransformerLarge Language ModelReinforcement LearningPrompt EngineeringText

🎯 What it does: This paper proposes a framework for aligning large language models through dynamic representation editing during the inference phase;

Aligning LLM Agents by Learning Latent Preference from User Edits

Ge Gao (Cornell University), Dipendra Misra (Microsoft Research)

CodeRecommendation SystemTransformerLarge Language ModelTextRetrieval-Augmented Generation

🎯 What it does: This paper proposes an interactive learning framework called PRELUDE, based on user edits, to learn and infer users' implicit preference descriptions, thereby guiding LLM agents to generate text that better meets user needs.