arXivSub Start free trial

NeurIPS 2023 Papers with Code β€” Page 8

Conference on Neural Information Processing Systems Β· 1376 papers

Laplacian Canonization: A Minimalist Approach to Sign and Basis Invariant Spectral Embedding

George Ma, Yisen Wang (Peking University)

CodeGraph Neural NetworkGraphBiomedical Data

🎯 What it does: A normalization method for the eigenvectors of the Laplacian operator (Laplacian Canonization) is proposed to eliminate sign and basis ambiguities in spectral embedding;

Large Language Models Are Latent Variable Models: Explaining and Finding Good Demonstrations for In-Context Learning

Xinyi Wang (University of California), William Yang Wang (University of California)

CodeClassificationTransformerLarge Language ModelPrompt EngineeringText

🎯 What it does: A latent variable model for LLM is proposed from a Bayesian perspective, and a two-step demonstration selection algorithm is designed: first, a small LLM learns the task concept words, and then examples that best infer the concept are selected for in-context learning in the large model.

Large Language Models Are Semi-Parametric Reinforcement Learning Agents

Danyang Zhang (Shanghai Jiao Tong University), Kai Yu (Shanghai Jiao Tong University)

CodeTransformerLarge Language ModelReinforcement LearningPrompt EngineeringText

🎯 What it does: A semi-parametric reinforcement learning framework called REMEMBERER based on LLM is proposed, which utilizes external sustainable experience memory to enhance decision-making performance.

Large Language Models are Visual Reasoning Coordinators

Liangyu Chen (Nanyang Technological University), Ziwei Liu (Nanyang Technological University)

CodeTransformerLarge Language ModelPrompt EngineeringVision Language ModelMultimodality

🎯 What it does: This paper proposes Cola, which utilizes large language models as coordinators to integrate descriptions and answers generated by multiple visual language models (such as OFA and BLIP) through natural language prompts to complete visual reasoning tasks.

Large Language Models Are Zero-Shot Time Series Forecasters

Nate Gruver (New York University), Andrew Gordon Wilson (New York University)

CodeTransformerLarge Language ModelTime Series

🎯 What it does: This paper proposes a framework called LLMTIME that transforms time series into text strings and then utilizes pre-trained large language models (LLMs) for zero-shot prediction.

Large Language Models can Implement Policy Iteration

Ethan Brooks (University of Michigan), Satinder Singh (University of Michigan)

CodeTransformerLarge Language ModelReinforcement LearningPrompt EngineeringText

🎯 What it does: Implementing policy iteration using large language models, leveraging context learning to infer world models and policies, completing Q-value estimation and greedy improvement without the need for gradients or expert demonstrations.

Large Language Models for Automated Data Science: Introducing CAAFE for Context-Aware Automated Feature Engineering

Noah Hollmann (University of Freiburg), Frank Hutter (University of Freiburg)

CodeExplainability and InterpretabilityData-Centric LearningTransformerLarge Language ModelPrompt EngineeringTabularChain-of-Thought

🎯 What it does: Using large language models to achieve context-aware automatic feature engineering (CAAFE), generating interpretable Python feature engineering code to enhance the predictive performance of tabular data.

Large Language Models of Code Fail at Completing Code with Potential Bugs

Tuan Dinh (University of Wisconsin-Madison), George Karypis (Amazon Web Services)

CodeAI Code AssistantTransformerLarge Language ModelText

🎯 What it does: This study investigates the ability of large language models to complete code in the presence of potentially defective code contexts, and proposes two new datasets and three post-correction methods.

LART: Neural Correspondence Learning with Latent Regularization Transformer for 3D Motion Transfer

Haoyu Chen (University of Oulu), Guoying Zhao (University of Oulu)

CodeGenerationData SynthesisPose EstimationTransformerMesh

🎯 What it does: This paper proposes a Transformer-based 3D motion transfer framework called LART, which can transfer motion from a driving sequence to unseen static 3D meshes while achieving high-fidelity motion generation and preserving the geometric details of the meshes.

Latent exploration for Reinforcement Learning

Alberto Silvio Chiappa (Γ‰cole Polytechnique FΓ©dΓ©rale de Lausanne), Alexander Mathis (Γ‰cole Polytechnique FΓ©dΓ©rale de Lausanne)

CodeReinforcement LearningSequentialStochastic Differential Equation

🎯 What it does: This paper proposes an exploration method called Lattice, which injects time-related and actuator-related noise into the last layer of the policy network's latent state to enhance learning efficiency in high-dimensional continuous control tasks.

Latent Field Discovery in Interacting Dynamical Systems with Neural Fields

Miltiadis Kofinas (University of Amsterdam), Efstratios Gavves (University of Amsterdam)

CodeGraph Neural NetworkAuto EncoderTime SeriesSequentialPhysics Related

🎯 What it does: The Aether framework is proposed, which utilizes neural fields and equivariant graph networks to unsupervisedly discover global field effects in the system from observed trajectories and applies them to trajectory prediction.

Latent SDEs on Homogeneous Spaces

Sebastian Zeng (University of Salzburg), Roland Kwitt (University of Salzburg)

CodeTime SeriesStochastic Differential Equation

🎯 What it does: This paper proposes a variational Bayesian method for learning latent stochastic differential equations (latent SDEs) on a homeomorphic space (using the unit sphere as an example), constructing solvable and structure-preserving SDEs using the action of Lie groups;

Latent Space Translation via Semantic Alignment

Valentino Maiorca (Sapienza University of Rome), Emanuele RodolΓ  (Sapienza University of Rome)

CodeDomain AdaptationRepresentation LearningConvolutional Neural NetworkTransformerImageTextMultimodality

🎯 What it does: This paper proposes a method to directly estimate and apply a transformation T to translate between the latent spaces of pre-trained models, achieving zero-shot model stitching across architectures, modalities, and tasks without the need to retrain the decoder.

LayoutGPT: Compositional Visual Planning and Generation with Large Language Models

Weixi Feng (University of California), William Yang Wang (University of California)

CodeGenerationData SynthesisTransformerLarge Language ModelPrompt EngineeringImageMultimodality

🎯 What it does: Utilizing large language models (LLM) to generate visual layouts of 2D images and 3D indoor scenes through in-context learning and CSS-style prompts, achieving high-quality visual content generation in collaboration with existing layout-to-image generation models.

LD2: Scalable Heterophilous Graph Neural Network with Decoupled Embeddings

Ningyi Liao (Nanyang Technological University), Jieming Shi (Hong Kong Polytechnic University)

CodeGraph Neural NetworkGraph

🎯 What it does: This paper proposes a scalable heterogeneous graph neural network LD2, which utilizes precomputed low-dimensional adjacency and feature embeddings, completely decoupling graph structure propagation during training, and supports lightweight mini-batch training for large-scale heterogeneous graphs.

LEACE: Perfect linear concept erasure in closed form

Nora Belrose (EleutherAI), Stella Biderman (Booz Allen Hamilton)

CodeTransformerLarge Language ModelText

🎯 What it does: The LEACE (Least-Squares Concept Erasure) method is proposed, which can completely eliminate specified concepts (such as gender or part of speech) from internal representations through linear transformations without changing model parameters.

Learn to Categorize or Categorize to Learn? Self-Coding for Generalized Category Discovery

Sarah Rastegar (University of Amsterdam), Cees G. M. Snoek (University of Amsterdam)

CodeClassificationOptimizationRepresentation LearningAuto EncoderContrastive LearningImage

🎯 What it does: This study investigates how to discover unknown categories during testing using the InfoSieve method.

Learning a Neuron by a Shallow ReLU Network: Dynamics and Implicit Bias for Correlated Inputs

Dmitry Chistikov (University of Warwick), Ranko Lazic (University of Warwick)

CodeTabular

🎯 What it does: This paper analyzes the training dynamics of a single hidden layer ReLU network learning a single neuron, starting from small initialization and using gradient flow, proving convergence to zero loss and an implicit bias towards minimal rank.

Learning Adaptive Tensorial Density Fields for Clean Cryo-ET Reconstruction

YUANHAO WANG, Wolfgang Heidrich (King Abdullah University of Science and Technology)

CodeRestorationData SynthesisImage

🎯 What it does: The paper proposes a deep learning framework based on adaptive quadtree and tensor decomposition for the rapid reconstruction and denoising of 3D density fields from tilted series Cryo-ET data.

Learning Better with Less: Effective Augmentation for Sample-Efficient Visual Reinforcement Learning

Guozheng Ma (Tsinghua University), Dacheng Tao (University of Sydney)

CodeAutonomous DrivingReinforcement LearningImage

🎯 What it does: This paper systematically analyzes the key attributes of data augmentation (DA) in visual reinforcement learning through experiments, and based on this, proposes a new random PadResize (Rand PR) transformation and a periodic fusion augmentation scheme (CycAug) to enhance sample efficiency.

Learning DAGs from Data with Few Root Causes

Panagiotis Misiakos (ETH Zurich), Markus PΓΌschel (ETH Zurich)

CodeOptimizationGraph

🎯 What it does: A continuous optimization method named SparseRC is proposed for learning the sparse causal linear structural equation model (SEM) that generates directed acyclic graphs (DAGs);

Learning Descriptive Image Captioning via Semipermeable Maximum Likelihood Estimation

Zihao Yue (Renmin University of China), Qin Jin (Renmin University of China)

CodeGenerationRetrievalTransformerSupervised Fine-TuningVision Language ModelImageVideoText

🎯 What it does: A new training objective called SMILE (Semipermeable Maximum Likelihood Estimation) is proposed, which normalizes probabilities only for the current set of label words at each time step, suppressing the 'concise optimization' caused by MLE and encouraging the generation of more detailed image descriptions; further training and evaluation are conducted on the BLIP model.

Learning Domain-Aware Detection Head with Prompt Tuning

Haochen Li (Intelligent Software Research Center, Institute of Software, Chinese Academy of Sciences), Yunji Chen (State Key Lab of Processors, Institute of Computing Technology, Chinese Academy of Sciences)

CodeObject DetectionDomain AdaptationTransformerPrompt EngineeringVision Language ModelImage

🎯 What it does: This paper proposes a method that utilizes a Visual-Language Model (VLM) as a robust detection backbone and generates detection heads for each domain through learnable domain adaptation prompts to achieve adaptive learning for cross-domain object detection.

Learning Efficient Coding of Natural Images with Maximum Manifold Capacity Representations

Thomas Edward Yerxa (New York University), SueYeon Chung (New York University)

CodeObject DetectionRepresentation LearningConvolutional Neural NetworkContrastive LearningImage

🎯 What it does: A self-supervised learning method based on maximum manifold capacity (MMCR) is proposed, which simplifies the manifold capacity theory into a nuclear norm loss to directly optimize the linear separability and compressibility of representations.

Learning Efficient Surrogate Dynamic Models with Graph Spline Networks

Chuanbo Hua (Korea Advanced Institute of Science and Technology), Jinkyoo Park (Korea Advanced Institute of Science and Technology)

CodeGraph Neural NetworkGraphPhysics Related

🎯 What it does: This paper proposes GRAPHSPLINENETS, which quickly predicts the dynamics of continuous physical systems through graph neural networks and orthogonal spline interpolation (OSC).

Learning Energy-Based Prior Model with Diffusion-Amortized MCMC

Peiyu Yu (University of California Los Angeles), Ying Nian Wu (University of California Los Angeles)

CodeGenerationAnomaly DetectionKnowledge DistillationDiffusion modelAuto EncoderImage

🎯 What it does: A long-term MCMC amortization method based on diffusion models (DAMC) is proposed for learning latent space energy-based models (LEBM), addressing the issue of low sampling quality in traditional short-run MCMC.

Learning from Both Structural and Textual Knowledge for Inductive Knowledge Graph Completion

Kunxun Qi (Sun Yat-sen University), Hai Wan (Sun Yat-sen University)

CodeRecurrent Neural NetworkTransformerSupervised Fine-TuningTextGraph

🎯 What it does: This paper proposes a two-stage LSTK framework, which first uses distance supervision and a text entailment model to extract soft triples from text corpora, and then uses these soft triples along with the original structured triples to learn text enhancement rules (TE-rules) for inductive reasoning in knowledge graphs.

Learning from Rich Semantics and Coarse Locations for Long-tailed Object Detection

Lingchen Meng (Fudan University), Yu-Gang Jiang (Fudan University)

CodeObject DetectionTransformerContrastive LearningImage

🎯 What it does: By leveraging the rich semantic information and coarse location (whole image box) from additional image classification data to enhance the training of long-tail object detectors, the detection model achieves better recognition capabilities for low-sample categories.

Learning Interpretable Low-dimensional Representation via Physical Symmetry

Xuanjie Liu (Mohamed bin Zayed University of Artificial Intelligence), Gus Xia (Mohamed bin Zayed University of Artificial Intelligence)

CodeExplainability and InterpretabilityRepresentation LearningAuto EncoderVideoTime SeriesPhysics RelatedAudio

🎯 What it does: The paper proposes using physical symmetry as a prior constraint for self-supervised learning to learn interpretable low-dimensional temporal representations.

Learning Invariant Molecular Representation in Latent Discrete Space

Xiang Zhuang (Zhejiang University), Huajun Chen (Zhejiang Lab)

CodeRepresentation LearningDrug DiscoveryGraph Neural NetworkContrastive LearningGraph

🎯 What it does: A new framework for learning molecular invariant representations in discrete latent spaces is proposed (iMoLD).

Learning Invariant Representations of Graph Neural Networks via Cluster Generalization

Donglin Xia (Beijing University of Posts and Telecommunications), Chuan Shi (Beijing University of Posts and Telecommunications)

CodeRepresentation LearningGraph Neural NetworkGraph

🎯 What it does: This paper addresses the issue of GNN generalization decline caused by changes in graph structure and proposes the Cluster Information Transfer (CIT) mechanism to learn node representations that are robust to structural drift.

Learning Invariant Representations with a Nonparametric Nadaraya-Watson Head

Alan Q. Wang (Cornell University), Mert R. Sabuncu (Cornell University)

CodeClassificationDomain AdaptationRepresentation LearningConvolutional Neural NetworkImage

🎯 What it does: This paper proposes a non-parametric domain-invariant representation learning based on the Nadaraya-Watson (NW) head, which manipulates the support set to encode causal assumptions during training and inference, encouraging the model to learn representations that rely solely on environment-independent features.

Learning Large Graph Property Prediction via Graph Segment Training

Kaidi Cao (Stanford University), Bryan Perozzi (Google)

CodeGraph Neural NetworkGraph

🎯 What it does: This paper proposes a framework based on Graph Segment Training (GST), which utilizes pre-partitioned graph segments and a historical embedding table to achieve constant memory training for large graph attribute prediction, and mitigates the issue of outdated embeddings through prediction head fine-tuning and old embedding dropout techniques.

Learning Large-scale Neural Fields via Context Pruned Meta-Learning

Jihoon Tack (Korea Advanced Institute of Science and Technology), Jonathan Richard Schwarz (University College London)

CodeComputational EfficiencyMeta LearningNeural Radiance FieldImageVideoMultimodalityAudio

🎯 What it does: An efficient meta-learning framework GradNCP is proposed, which trains large-scale neural fields by online pruning of context points.

Learning Layer-wise Equivariances Automatically using Gradients

Tycho F.A. van der Ouderaa (Imperial College London), Mark van der Wilk (University of Oxford)

CodeClassificationOptimizationConvolutional Neural NetworkGaussian SplattingImage

🎯 What it does: A framework is proposed that utilizes gradients and Bayesian model selection to automatically learn hierarchical equivariance, capable of discovering symmetry constraints at each layer from training data.

Learning Modulated Transformation in GANs

Ceyuan Yang (Shanghai AI Laboratory), Bo Dai (Shanghai AI Laboratory)

CodeGenerationData SynthesisAutonomous DrivingConvolutional Neural NetworkGenerative Adversarial NetworkImageVideo

🎯 What it does: The Modulated Transformation Module (MTM) is proposed, which achieves explicit modeling of geometric deformations in generated images and videos by introducing learnable offsets modulated by latent vectors in convolution.

Learning Motion Refinement for Unsupervised Face Animation

Jiale Tao (University of Electronic Science and Technology of China), Lixin Duan (University of Electronic Science and Technology of China)

CodeGenerationData SynthesisVideo

🎯 What it does: This paper proposes an unsupervised facial animation framework that utilizes a prior coarse motion model (local affine/thin-plate spline) to generate coarse motion flows, and designs a non-prior refinement module based on structural correlation volumes to iteratively refine the motion to capture micro-expressions and detailed movements.

Learning non-Markovian Decision-Making from State-only Sequences

Aoyang Qin (Tsinghua University), Sirui Xie (University of California, Los Angeles)

CodeRobotic IntelligenceReinforcement Learning from Human FeedbackSequential

🎯 What it does: A generative model called LanMDP based on non-Markov decision processes (nMDP) is proposed to learn implicit actions and make decisions from demonstration sequences that contain only states.

Learning Probabilistic Symmetrization for Architecture Agnostic Equivariance

Jinwoo Kim (Korea Advanced Institute of Science and Technology), Seunghoon Hong (Korea Advanced Institute of Science and Technology)

CodeClassificationRepresentation LearningTransformerGraph

🎯 What it does: A probabilistic symmetrization framework is proposed, which aligns any base model (such as MLP or Transformer) to be an equivariant function of a given group by learning the distribution of group transformations under input conditions.

Learning Provably Robust Estimators for Inverse Problems via Jittering

Anselm Krainovic (Technical University of Munich), Reinhard Heckel (Technical University of Munich)

CodeRestorationCompressionAdversarial AttackConvolutional Neural NetworkImageMagnetic Resonance Imaging

🎯 What it does: The study achieves robustness in inverse problems by adding Gaussian noise (jittering) during training, proving that under the linear model of subspace denoising, jittering can obtain an optimal robust estimator equivalent to adversarial training, and its effectiveness is validated in tasks such as image denoising, deconvolution, and compressed sensing.

Learning Rate Free Sampling in Constrained Domains

Louis Sharrock (Lancaster University), Christopher Nemeth (Lancaster University)

CodeOptimizationTabular

🎯 What it does: A series of completely learning rate-free particle sampling algorithms are proposed for sampling within constrained domains, along with their theoretical framework and implementation.

Learning Repeatable Speech Embeddings Using An Intra-class Correlation Regularizer

Jianwei Zhang (Arizona State University), Visar Berisha (Arizona State University)

CodeClassificationRecognitionContrastive LearningAudio

🎯 What it does: This paper introduces the concept of reproducibility from measurement theory into deep embedding learning, evaluates the reproducibility of embeddings using ICC, and further designs an ICC regularizer as a supplement to contrastive loss, promoting the model to learn more reproducible embeddings.

Learning Robust Statistics for Simulation-based Inference under Model Misspecification

Daolang Huang (Aalto University), Samuel Kaski (Aalto University)

CodeRecurrent Neural NetworkAuto EncoderTime Series

🎯 What it does: A robust statistical learning method based on regularization loss is proposed to address model misspecification in simulation-based inference (SBI);

Learning Rule-Induced Subgraph Representations for Inductive Relation Prediction

Tianyu Liu (University of Science and Technology of China), Hanzhu Chen (University of Science and Technology of China)

CodeRepresentation LearningRecurrent Neural NetworkGraph Neural NetworkGraphBenchmark

🎯 What it does: A single-source edge-level graph neural network (REST) is proposed for inducing subgraph representations, addressing the issue of decreased inference performance caused by the mixing of irrelevant rules within subgraphs.

Learning Shared Safety Constraints from Multi-task Demonstrations

Konwoo Kim (Carnegie Mellon University), Steven Wu

CodeSafty and PrivacyRobotic IntelligenceReinforcement LearningSequential

🎯 What it does: This paper proposes an inverse constraint learning method based on multi-task demonstrations to learn shared safety constraints from expert demonstrations.

Learning Time-Invariant Representations for Individual Neurons from Population Dynamics

Lu Mi (Allen Institute for Brain Science), Uygar SΓΌmbΓΌl (Allen Institute for Brain Science)

CodeClassificationRepresentation LearningTransformerSupervised Fine-TuningMultimodalityBiomedical Data

🎯 What it does: Using a self-supervised neural dynamic model, we learn time-invariant single-cell representations and use these representations to predict the transcriptomic classification of cells.

Learning to Augment Distributions for Out-of-distribution Detection

Qizhou Wang (Hong Kong Baptist University), Bo Han (Hong Kong Baptist University)

CodeAnomaly DetectionOptimizationImage

🎯 What it does: A distribution-augmented OOD learning framework (DAL) is proposed, which reduces the distribution difference between auxiliary OOV and true OOV by searching for the worst OOV distribution within the Wasserstein ball, thereby improving open-world OOD detection performance.

Learning to Configure Separators in Branch-and-Cut

Sirui Li (Massachusetts Institute of Technology), Cathy Wu (Massachusetts Institute of Technology)

CodeOptimizationGraph Neural NetworkTabularBenchmark

🎯 What it does: This study investigates how to accelerate mixed-integer linear programming (MILP) solvers by learning to select and configure separators within the Branch-and-Cut framework, proposing the 'Separator Configuration' task and providing an end-to-end learning method.

Learning to Group Auxiliary Datasets for Molecule

Tinglin Huang (Yale University), Zhitao Ying

CodeOptimizationDrug DiscoveryGraph Neural NetworkGraphTabular

🎯 What it does: This paper proposes a method for auxiliary dataset grouping called MolGroup, based on a routing mechanism and dual-layer optimization, aimed at small molecule property prediction tasks. It can automatically identify and select auxiliary datasets that have a high affinity with the target dataset, thereby enhancing model performance.

Learning to Modulate pre-trained Models in RL

Thomas Schmied (Johannes Kepler University), Sepp Hochreiter (Johannes Kepler University)

CodeTransformerReinforcement LearningPrompt EngineeringTabularBenchmark

🎯 What it does: This paper studies how to efficiently fine-tune pre-trained models in reinforcement learning and proposes the L2M method to avoid catastrophic forgetting.

Learning to Search Feasible and Infeasible Regions of Routing Problems with Flexible Neural k-Opt

Yining Ma (National University of Singapore), Yeow Meng Chee (National University of Singapore)

CodeOptimizationRecurrent Neural NetworkGraph Neural NetworkReinforcement LearningGraph

🎯 What it does: This paper presents NeuOpt, a learning-search (L2S) solver that can flexibly execute any k-opt, and introduces Guided Infeasible Region Exploration (GIRE) in CVRP to overcome feasibility mask limitations.

Learning to Tokenize for Generative Retrieval

Weiwei Sun (Shandong University), Zhaochun Ren (Leiden University)

CodeGenerationRetrievalTransformerAuto EncoderText

🎯 What it does: This paper proposes an end-to-end learning framework for generative retrieval of document identifiers (docid) called GENRET, replacing traditional rule-based or clustering-based segmentation methods.

Learning Transformer Programs

Dan Friedman (Princeton University), Danqi Chen (Princeton University)

CodeTransformerText

🎯 What it does: A Transformer model that can be directly trained and subsequently converted into a readable programβ€”Transformer Programsβ€”is proposed, and its effectiveness is validated across various tasks.

Learning-to-Rank Meets Language: Boosting Language-Driven Ordering Alignment for Ordinal Classification

Rui Wang (Beijing University of Posts and Telecommunications), Zhaofeng He (China Academy of Sciences)

CodeClassificationTransformerPrompt EngineeringContrastive LearningImageMultimodality

🎯 What it does: Combining the pre-trained CLIP model with a learned ranking method to enhance ordinal classification performance using language priors.

Let the Flows Tell: Solving Graph Combinatorial Problems with GFlowNets

Dinghuai Zhang (Mila), Ling Pan (Mila)

CodeOptimizationGraph Neural NetworkReinforcement LearningGraph

🎯 What it does: Designed an unsupervised learning framework based on GFlowNet to solve NP-hard combinatorial optimization problems in graph theory (maximum independent set, maximum clique, minimum dominating set, maximum cut).

Leveraging Locality and Robustness to Achieve Massively Scalable Gaussian Process Regression

Robert F Allison, Edward Pyzer-Knapp (IBM Research)

CodeGaussian SplattingTabular

🎯 What it does: An efficient Gaussian process regression algorithm that decouples parameter estimation from prediction is proposed, utilizing nearest neighbor prediction to achieve low computational cost and good prediction accuracy.

Leveraging sparse and shared feature activations for disentangled representation learning

Marco Fumero (Sapienza University of Rome), Francesco Locatello

CodeDomain AdaptationRepresentation LearningMeta LearningImage

🎯 What it does: By utilizing sparse and shared feature activation in multi-task supervised learning, we learn disentangled representations to enhance generalization capabilities on out-of-distribution (OOD) data.

Leveraging Vision-Centric Multi-Modal Expertise for 3D Object Detection

Linyan Huang (Shanghai AI Lab), Hongyang Li (Shanghai AI Lab)

CodeObject DetectionAutonomous DrivingKnowledge DistillationTransformerMultimodalityPoint Cloud

🎯 What it does: This paper proposes the VCD framework, which includes the Visual Center Expert VCD-E and the Camera-Only Apprentice VCD-A. It utilizes LiDAR depth as a prior, long-term sequence fusion, trajectory-based distillation, and occupancy reconstruction to enhance the 3D detection performance of cameras.

LICO: Explainable Models with Language-Image COnsistency

Yiming Lei (Fudan University), Hongming Shan (Fudan University)

CodeClassificationExplainability and InterpretabilityPrompt EngineeringVision Language ModelContrastive LearningImage

🎯 What it does: The LICO framework is proposed, which enhances the interpretability and classification performance of visual models by aligning image feature space with CLIP text features.

Lift Yourself Up: Retrieval-augmented Text Generation with Self-Memory

Xin Cheng (Peking University), Rui Yan (Remin University of China)

CodeGenerationRetrievalTransformerLarge Language ModelTextRetrieval-Augmented Generation

🎯 What it does: Proposes the Selfmem framework, which utilizes text generated by the model itself as infinite memory to iteratively enhance the quality of retrieval-augmented text generation.

Likelihood-Based Diffusion Language Models

Ishaan Gulrajani (Stanford University), Tatsunori Hashimoto

CodeGenerationTransformerLarge Language ModelDiffusion modelText

🎯 What it does: A likelihood-based diffusion language model called Plaid has been researched and implemented, resulting in Plaid1B, which outperforms the small autoregressive model GPT-2 124M in zero-shot log likelihood;

LinGCN: Structural Linearized Graph Convolutional Network for Homomorphically Encrypted Inference

Hongwu Peng (University of Connecticut), Caiwen Ding (University of Connecticut)

CodeRecognitionComputational EfficiencyKnowledge DistillationNeural Architecture SearchGraph Neural NetworkGraph

🎯 What it does: The LinGCN framework is designed to reduce the multiplication depth and latency of graph convolutional network inference under CKKS homomorphic encryption by utilizing differentiable structured linearization and learnable polynomial substitutes.

Linguistic Binding in Diffusion Models: Enhancing Attribute Correspondence through Attention Map Alignment

Royi Rassin (Bar-Ilan University), Gal Chechik (NVIDIA)

CodeGenerationData SynthesisTransformerDiffusion modelText

🎯 What it does: By introducing syntactic information during the inference process of the diffusion model and utilizing the loss function of the cross-attention map, the attention maps of modifiers and entity nouns overlap while separating from other words, thereby improving the attribute-object binding errors in text-to-image generation.

LinkerNet: Fragment Poses and Linker Co-Design with 3D Equivariant Diffusion

Jiaqi Guan (University of Illinois Urbana-Champaign), Jianzhu Ma (Tsinghua University)

CodeDrug DiscoveryDiffusion modelGraph

🎯 What it does: This paper proposes the LinkerNet model, which jointly generates fragment poses and 3D linkers without knowing the relative positions of the fragments, achieving the co-design of PROTACs and general fragment linkers.

LLM-Pruner: On the Structural Pruning of Large Language Models

Xinyin Ma (National University of Singapore), Xinchao Wang (National University of Singapore)

CodeCompressionTransformerLarge Language ModelText

🎯 What it does: A task-agnostic structured pruning framework called LLM-Pruner has been designed and implemented for compressing large language models (LLaMA, Vicuna, ChatGLM), retaining only a small amount of public data and completing compression and recovery within three hours.

LLMScore: Unveiling the Power of Large Language Models in Text-to-Image Synthesis Evaluation

Yujie Lu (University of California), William Yang Wang (University of California)

CodeGenerationData SynthesisExplainability and InterpretabilityTransformerLarge Language ModelVision Language ModelImageTextMultimodality

🎯 What it does: A text and image alignment evaluation framework called LLMScore based on large language models is proposed, which can generate multi-granularity (whole image and object-level) visual descriptions and provide scores and reasons.

Locality Sensitive Hashing in Fourier Frequency Domain For Soft Set Containment Search

Indradyumna Roy (Indian Institute of Technology Bombay), Abir De (Indian Institute of Technology Gandhinagar)

CodeRetrievalOptimizationTabular

🎯 What it does: Designed and implemented an asymmetric local sensitive hash based on the Fourier frequency domain (FOURIERHASHNET) for soft set inclusion retrieval.

Localized Symbolic Knowledge Distillation for Visual Commonsense Models

Jae Sung Park (University of Washington), Yejin Choi (University of Washington)

CodeGenerationKnowledge DistillationTransformerLarge Language ModelSupervised Fine-TuningPrompt EngineeringVision Language ModelImageTextMultimodality

🎯 What it does: This paper generates visual commonsense question answering by allowing a large language model (ChatGPT) to produce diverse textual descriptions of images and local regions. It then uses a supervised critique model to filter high-quality samples, constructing a corpus of 1 million local visual commonsense data, and fine-tunes visual-language models such as BLIP-2 on this corpus, enabling them to answer questions in a 'pointing' manner under zero-shot conditions.

Lockdown: Backdoor Defense for Federated Learning with Isolated Subspace Training

Tiansheng Huang (Georgia Institute of Technology), Ling Liu (Georgia Institute of Technology)

CodeFederated LearningImage

🎯 What it does: In the federated learning environment, Lockdown is proposed, utilizing isolated subspace training and dynamic subspace search to counteract backdoor attacks, addressing the issue of toxic coupling in traditional sparsification defenses within federated learning.

LogSpecT: Feasible Graph Learning Model from Stationary Signals with Recovery Guarantees

Shangyuan Liu (Chinese University of Hong Kong), Anthony Man-Cho So (Chinese University of Hong Kong)

CodeGraph Neural NetworkGraph

🎯 What it does: This paper proposes LogSpecT and its robust version rLogSpecT for learning graph structures from stationary graph signals, addressing the infeasibility issues of traditional SpecT and rSpecT.

Look Beneath the Surface: Exploiting Fundamental Symmetry for Sample-Efficient Offline RL

Peng Cheng (Beijing Jiaotong University), Li Jiang (Tsinghua University)

CodeReinforcement LearningTabularBenchmarkOrdinary Differential Equation

🎯 What it does: A dynamical model TDM based on time-reversible symmetry is proposed, and an efficient offline reinforcement learning algorithm TSRL is designed based on this model.

Lookaround Optimizer: $k$ steps around, 1 step average

Jiangtao Zhang (Zhejiang University), Mingli Song (Zhejiang University)

CodeOptimizationConvolutional Neural NetworkTransformerImage

🎯 What it does: Proposes the Lookaround optimizer, which alternates between multi-data augmentation training and weight averaging to continuously explore the interior of loss basins and achieve flatter minima.

Lossy Image Compression with Conditional Diffusion Models

Ruihan Yang (University of California), Stephan Mandt (University of California)

CodeCompressionDiffusion modelAuto EncoderImageVideo

🎯 What it does: An end-to-end lossy image compression framework is proposed, combining traditional transform coding with conditional diffusion models, achieving reverse diffusion reconstruction controlled by content latent variables.

LovΓ‘sz Principle for Unsupervised Graph Representation Learning

Ziheng Sun (Chinese University of Hong Kong), Jicong Fan (Chinese University of Hong Kong)

CodeOptimizationRepresentation LearningGraph Neural NetworkGraph

🎯 What it does: An unsupervised graph-level representation learning framework based on the LovÑsz number (LovÑsz principle) is proposed, enhancing its expressive power through subgraph LovÑsz numbers.

LVM-Med: Learning Large-Scale Self-Supervised Vision Models for Medical Imaging via Second-order Graph Matching

Duy Minh Ho Nguyen, Mathias Niepert (University of Stuttgart)

CodeClassificationObject DetectionSegmentationGraph Neural NetworkTransformerContrastive LearningImageBiomedical DataMagnetic Resonance ImagingComputed TomographyUltrasound

🎯 What it does: A self-supervised visual model LVM-Med based on second-order graph matching was trained, undergoing large-scale pre-training on approximately 1.3M medical images and fine-tuning on 15 downstream tasks (segmentation, classification, detection, etc.);

Macro Placement by Wire-Mask-Guided Black-Box Optimization

Yunqi Shi (Nanjing University), Chao Qian (Nanjing University)

CodeOptimizationTabularBenchmark

🎯 What it does: A new macro block placement framework called WireMask-BBO is proposed, which achieves high-quality non-overlapping placement by directly treating macro block positions as gene expressions and using wire mask-based greedy improvement evaluation.

MAG-GNN: Reinforcement Learning Boosted Graph Neural Network

Lecheng Kong (Washington University in St. Louis), Muhan Zhang (Peking University)

CodeOptimizationGraph Neural NetworkReinforcement LearningGraph

🎯 What it does: This paper proposes a graph neural network model named MAG-GNN, which enhances the expressive power of GNNs by using reinforcement learning to select a small number of the most discriminative subgraphs from all possible subgraphs, while significantly reducing the computational overhead of subgraph enumeration.

Make Pre-trained Model Reversible: From Parameter to Memory Efficient Fine-Tuning

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

CodeTransformerLarge Language ModelSupervised Fine-TuningText

🎯 What it does: This paper proposes three reversible parameter and memory-efficient fine-tuning methods (MEFT) that transform pre-trained language models (PLMs) into reversible networks without additional pre-training, thereby significantly reducing activation memory usage by only caching the final output during fine-tuning.

Making Scalable Meta Learning Practical

Sang Keun Choe (Carnegie Mellon University), Eric Xing (Carnegie Mellon University)

CodeMeta LearningSupervised Fine-TuningImageText

🎯 What it does: A scalable meta-learning framework named SAMA is proposed, enabling efficient training of meta-learning in large-scale models and multi-GPU environments.

Marich: A Query-efficient Distributionally Equivalent Model Extraction Attack

Pratik Karmakar (National University of Singapore), Debabrota Basu (Univ. Lille)

CodeOptimizationAdversarial AttackConvolutional Neural NetworkTransformerReinforcement LearningImageText

🎯 What it does: A black-box model extraction attack method based on public data, MARICH, is proposed, which can construct a replica model that is distributionally equivalent to the target model with a very small number of queries.

MarioGPT: Open-Ended Text2Level Generation through Large Language Models

Shyam Sudhakaran, Sebastian Risi

CodeGenerationTransformerLarge Language ModelSupervised Fine-TuningPrompt EngineeringText

🎯 What it does: This paper presents MarioGPT, a large language model capable of generating playable Super Mario Bros levels based on natural language prompts.

Markovian Sliced Wasserstein Distances: Beyond Independent Projections

Khai Nguyen (University of Texas at Austin), Nhat Ho (University of Texas at Austin)

CodeGenerationData SynthesisOptimizationComputational EfficiencyImagePoint Cloud

🎯 What it does: This paper proposes the Markovian sliced Wasserstein (MSW) distance, which improves the redundancy projection problem of traditional Sliced Wasserstein by introducing a first-order Markov structure in the projection direction.

Mask Propagation for Efficient Video Semantic Segmentation

Yuetian Weng (Monash University), Bohan Zhuang (Monash University)

CodeSegmentationComputational EfficiencyTransformerOptical FlowVideo

🎯 What it does: An efficient video semantic segmentation framework based on mask propagation, MPVSS, is proposed. It uses a powerful query-based image segmenter to generate binary masks and class predictions on key frames, and then employs a query-based flow estimation module to generate segment-level flows for each mask. Finally, the masks are projected onto non-key frames through bilinear projection along the flow direction, achieving fast and accurate video segmentation.

Masked Image Residual Learning for Scaling Deeper Vision Transformers

Guoxi Huang (Baidu Inc), Adrian G. Bors (University of York)

CodeObject DetectionSegmentationTransformerContrastive LearningImage

🎯 What it does: A self-supervised framework called Masked Image Residual Learning (MIRL) is proposed to address the performance degradation issue of deep Vision Transformers (ViT) during pre-training with Masked Image Modeling (MIM) and to enable efficient training of deeper ViTs.

Masked Space-Time Hash Encoding for Efficient Dynamic Scene Reconstruction

Feng Wang (Tsinghua University), Huaping Liu (Tsinghua University)

CodeGenerationComputational EfficiencyNeural Radiance FieldVideo

🎯 What it does: A Masked Space-Time Hash encoding (MSTH) method is proposed, which decomposes dynamic scenes into a weighted combination of 3D hash encoding and 4D hash encoding, and achieves automatic separation of static and dynamic areas through a learnable mask, significantly reducing hash collisions and training costs.

Mass-Producing Failures of Multimodal Systems with Language Models

Shengbang Tong (University of California Berkeley), Jacob Steinhardt (University of California Berkeley)

CodeGenerationAnomaly DetectionTransformerLarge Language ModelPrompt EngineeringTextMultimodality

🎯 What it does: MULTIMON has been developed, an automated evaluation framework based on error consistency and large language models, capable of mining single errors from text corpora, generalizing them into systematic failures, and automatically generating new failure instances;

MathNAS: If Blocks Have a Role in Mathematical Architecture Design

Wang Qinsi, Sihai Zhang (University of Science and Technology of China)

CodeOptimizationComputational EfficiencyNeural Architecture SearchImage

🎯 What it does: A general framework called MathNAS is proposed to transform NAS into Integer Linear Programming (ILP), utilizing modular search space to split into block performance evaluation and network performance prediction, thereby reducing the network search complexity from exponential to polynomial level.

Matrix Compression via Randomized Low Rank and Low Precision Factorization

Rajarshi Saha (Stanford University), Mert Pilanci (Stanford University)

CodeCompressionImageText

🎯 What it does: A matrix compression algorithm LPLR is proposed, which simultaneously achieves low-rank decomposition and low-precision quantization, and provides a theoretical error upper bound.

MAViL: Masked Audio-Video Learners

Po-Yao Huang (Meta), Christoph Feichtenhofer (Meta)

CodeClassificationRetrievalRepresentation LearningTransformerAuto EncoderContrastive LearningVideoMultimodalityAudio

🎯 What it does: A self-supervised audio-video learning framework called MAViL has been developed, utilizing three objectives: masked reconstruction, cross-modal and intra-modal contrastive learning, and self-training to learn unified audio-video representations.

Max-Margin Token Selection in Attention Mechanism

Davoud Ataee Tarzanagh (University of Pennsylvania), Samet Oymak (University of Michigan)

CodeOptimizationTransformerImage

🎯 What it does: This paper studies the optimization dynamics of the Transformer attention mechanism, proving that gradient descent converges to the maximum margin token selection on attention weights, and explores the joint convergence of attention heads and prediction heads.

Maximization of Average Precision for Deep Learning with Adversarial Ranking Robustness

Gang Li (Texas A&M University), Tianbao Yang (Texas A&M University)

CodeOptimizationAdversarial AttackImage

🎯 What it does: A framework for adversarial robustness optimization targeting average precision (AP) is proposed, along with a stochastic optimization algorithm that can be efficiently solved without the need for large batch training.

Maximize to Explore: One Objective Function Fusing Estimation, Planning, and Exploration

Zhihan Liu (Northwestern University), Zhaoran Wang (Northwestern University)

CodeOptimizationRobotic IntelligenceReinforcement Learning

🎯 What it does: A unified RL framework called MEX (Maximize to Explore) is proposed, which automatically balances exploration and exploitation by simultaneously maximizing the estimated error penalty and the hypothesis-based expected return within a single unconstrained objective.

MCUFormer: Deploying Vision Tranformers on Microcontrollers with Limited Memory

Yinan Liang (Tsinghua University), Jiwen Lu (Tsinghua University)

CodeClassificationOptimizationNeural Architecture SearchTransformerImage

🎯 What it does: Deploying visual Transformers on microcontrollers with extremely low memory, the MCUFormer framework is proposed to achieve co-optimization of hardware and algorithms.

MeCo: Zero-Shot NAS with One Data and Single Forward Pass via Minimum Eigenvalue of Correlation

Tangyu Jiang (Beijing Normal University), Rongfang Bie (Beijing Normal University)

CodeOptimizationNeural Architecture SearchConvolutional Neural NetworkImage

🎯 What it does: A novel zero-cost proxy called MeCo (and its optimized version MeCo opt) is proposed, which evaluates network architecture by calculating the minimum eigenvalue of the feature map from a single random input;

Med-UniC: Unifying Cross-Lingual Medical Vision-Language Pre-Training by Diminishing Bias

Zhongwei Wan (Ohio State University), Rossella Arcucci (Imperial College London)

CodeClassificationObject DetectionSegmentationConvolutional Neural NetworkTransformerVision Language ModelContrastive LearningImageTextBiomedical DataMagnetic Resonance ImagingComputed Tomography

🎯 What it does: This paper proposes a cross-lingual medical vision-language pre-training framework Med-UniC, which combines chest X-ray images and radiology reports in English and Spanish to achieve cross-lingual visual-language alignment and self-supervised visual alignment, and unifies text representation through cross-lingual text alignment regularization (CTR).

Meet in the Middle: A New Pre-training Paradigm

Anh Tuan Nguyen (Microsoft Azure AI), Weizhu Chen (Microsoft Azure AI)

CodeGenerationData-Centric LearningAI Code AssistantTransformerLarge Language ModelSupervised Fine-TuningText

🎯 What it does: Proposes the Meet-in-the-Middle (MIM) pre-training paradigm, which simultaneously trains forward (left-to-right) and backward (right-to-left) language models within the same shared decoder, and encourages consistency between the two models' word distributions at each position through consistency regularization.

MEGABYTE: Predicting Million-byte Sequences with Multiscale Transformers

LILI YU, Mike Lewis (Meta AI)

CodeGenerationCompressionComputational EfficiencyTransformerImageTextMultimodalityAudio

🎯 What it does: A multi-scale decoder called MEGABYTE is proposed for autoregressive modeling of million-byte sequences.

Memory Efficient Optimizers with 4-bit States

Bingrui Li (Tsinghua University), Jun Zhu (Tsinghua University)

CodeOptimizationTransformerSupervised Fine-TuningImageText

🎯 What it does: A compressed low-precision optimizer that compresses the state of optimizers like Adam/AdamW to 4-bit integers, balancing accuracy and memory efficiency.

Metis: Understanding and Enhancing In-Network Regular Expressions

Zhengxin Zhang (Tsinghua University), Hengyang Xu (Tsinghua University)

CodeComputational EfficiencyKnowledge DistillationRecurrent Neural NetworkSequential

🎯 What it does: Converts regular expression rules into byte-level recurrent neural networks, and then transforms them into a pooling soft random forest that can be implemented on switches through semi-supervised knowledge distillation, achieving high zero-shot accuracy, better performance after training, and significantly improved throughput after deployment.

Metropolis Sampling for Constrained Diffusion Models

Nic Fishman (University of Oxford), Valentin De Bortoli (Γ‰cole Normale SupΓ©rieure Ulm)

CodeGenerationData SynthesisOptimizationDiffusion modelScore-based ModelTabularTime Series

🎯 What it does: A Metropolis-based discretization method for reflected Brownian motion is proposed for training diffusion models in constrained Riemannian multi-dimensional spaces.