arXivSub Start free trial

ICML 2023 Papers with Code β€” Page 5

International Conference on Machine Learning Β· 421 papers

Understanding Gradient Regularization in Deep Learning: Efficient Finite-Difference Computation and Implicit Bias

Ryo Karakida (Artificial Intelligence Research Center AIST), Kazuki Osawa (ETH Zurich)

CodeOptimizationComputational EfficiencyConvolutional Neural NetworkImage

🎯 What it does: This paper studies the implementation and theory of Gradient Regularization (GR) in deep learning, proposing the use of the finite difference method (forward/few-difference) to compute the gradient regularization term, significantly reducing computational costs and improving generalization performance.

Understanding Int4 Quantization for Language Models: Latency Speedup, Composability, and Failure Cases

Xiaoxia Wu (Microsoft), Yuxiong He (Microsoft)

CodeComputational EfficiencyKnowledge DistillationTransformerLarge Language ModelText

🎯 What it does: A feasibility study on INT4 weight and activation quantization for Transformer language models is conducted, and an end-to-end INT4 inference pipeline is constructed.

Understanding Oversquashing in GNNs through the Lens of Effective Resistance

Mitchell Black (Oregon State University), Yusu Wang (University of California San Diego)

CodeOptimizationRepresentation LearningGraph Neural NetworkGraph

🎯 What it does: This paper analyzes and utilizes effective resistance to measure the over-compression problem of GNNs, and proposes a reconnection algorithm based on total effective resistance to alleviate over-compression.

Understanding the Distillation Process from Deep Generative Models to Tractable Probabilistic Circuits

Xuejie Liu (Peking University), Yitao Liang (Beijing Institute for General Artificial Intelligence)

CodeGenerationKnowledge DistillationImage

🎯 What it does: By distilling the latent variable information from deep generative models (such as VQ-VAE) into tractable probabilistic circuits (PC), the PC can achieve higher likelihood performance on image modeling tasks;

Unsupervised Out-of-Distribution Detection with Diffusion Inpainting

Zhenzhen Liu (Cornell University), Kilian Q Weinberger

CodeGenerationAnomaly DetectionDiffusion modelScore-based ModelImage

🎯 What it does: Under the premise of unsupervised learning, a Lift-Map-Detect (LMD) framework is designed utilizing the denoising mapping capability of diffusion models. This involves first performing mask lifting (Lift) on the input image, then using the diffusion model for filling (Map), and finally calculating the perceptual distance between the original and reconstructed images (Detect) to determine whether the sample is OOD.

Unveiling the Latent Space Geometry of Push-Forward Generative Models

Thibaut Issenhuth (Criteo AI Lab), David Picard (LIGM Ecole des Ponts Univ Gustave Eiffel CNRS)

CodeGenerationData SynthesisTransformerAuto EncoderGenerative Adversarial NetworkImage

🎯 What it does: The paper studies the geometric structure of latent space in generative models (such as GANs and VAEs) and proposes that the latent space should be a 'simplicial cluster' to minimize the occurrence of generated samples falling outside the support of the target distribution, and verifies the relationship between this structure and model performance.

Unveiling The Mask of Position-Information Pattern Through the Mist of Image Features

Chieh Hubert Lin (University of California), Ming-Hsuan Yang (University of California)

CodeGenerationData SynthesisConvolutional Neural NetworkImage

🎯 What it does: This study investigates the implicit absolute positional information in padding within convolutional neural networks and proposes a new evaluation method called PPP, systematically analyzing its formation, evolution, and impact on model performance.

UPop: Unified and Progressive Pruning for Compressing Vision-Language Transformers

Dachuan Shi (Tsinghua University), Jiaqi Wang (Shanghai AI Laboratory)

CodeRetrievalCompressionTransformerVision Language ModelImageTextMultimodality

🎯 What it does: A unified and progressive pruning framework called UPop is proposed to compress visual-language Transformer models.

UPSCALE: Unconstrained Channel Pruning

Alvin Wan (Apple), Qi Shan (Apple)

CodeClassificationOptimizationComputational EfficiencyConvolutional Neural NetworkImage

🎯 What it does: A general export algorithm called UPSCALE is proposed, which can perform channel pruning without the constraints of traditional methods, and eliminates memory copies caused by inconsistent pruning in multi-branch networks through channel reordering, thus balancing high accuracy and low latency.

Using Large Language Models to Simulate Multiple Humans and Replicate Human Subject Studies

Gati Aher (Olin College of Engineering), Adam Tauman Kalai (Microsoft Research)

CodeGenerationTransformerLarge Language ModelPrompt EngineeringText

🎯 What it does: A zero-shot method named Turing Experiment (TE) is proposed and implemented, utilizing large language models (such as GPT) to simulate multiple 'human' participants, replicating four classic human experiments (Ultimatum Game, garden-path sentences, Milgram obedience experiment, Wisdom of Crowds) and evaluating the model's simulation accuracy.

Variational Mixture of HyperGenerators for Learning Distributions over Functions

Batuhan Koyuncu (Saarland University), Isabel Valera (Universidad Carlos III de Madrid)

CodeGenerationData SynthesisSuper ResolutionFlow-based ModelAuto EncoderImagePoint Cloud

🎯 What it does: A mixed hypernetwork model VaMoH based on variational autoencoders is proposed to learn distributions in function space, supporting data generation and inference for continuous coordinates.

Variational Open-Domain Question Answering

Valentin LiΓ©vin (Technical University of Denmark), Ole Winther (University of Copenhagen)

CodeRetrievalOptimizationTransformerTextBiomedical DataRetrieval-Augmented Generation

🎯 What it does: A retrieval-augmented question answering framework based on variational inference (VOD) is proposed and implemented, capable of end-to-end training of the retriever and reader models, and estimating task likelihood through self-normalized importance sampling.

Vertical Federated Graph Neural Network for Recommender System

Peihua Mai (National University of Singapore), Yan Pang (National University of Singapore)

CodeRecommendation SystemFederated LearningSafty and PrivacyGraph Neural NetworkGraph

🎯 What it does: Proposed VerFedGNN, a graph neural network recommendation framework in the vertical federated learning scenario;

Von Mises Mixture Distributions for Molecular Conformation Generation

Kirk Swanson (University of Chicago), Eric M Jonas

CodeGenerationDrug DiscoveryGraph Neural NetworkGraph

🎯 What it does: This paper proposes a new graph neural network, VonMisesNet, for directly generating 3D molecular conformations that satisfy the Boltzmann distribution from molecular structures.

Wasserstein Barycenter Matching for Graph Size Generalization of Message Passing Neural Networks

Xu Chu (Tsinghua University), Hong Mei (Peking University)

CodeGraph Neural NetworkGraph

🎯 What it does: A Wasserstein barycenter matching (WBM) layer is proposed, embedded into a message passing neural network (MPNN) to enhance the graph size generalization capability;

Weak Proxies are Sufficient and Preferable for Fairness with Missing Sensitive Attributes

Zhaowei Zhu (University of California, Santa Cruz), Yang Liu (ByteDance Research)

CodeTabular

🎯 What it does: A fairness assessment method based on weak proxies is proposed, which can accurately estimate group fairness in the absence of sensitive attributes and provide theoretical guarantees;

Weighted Flow Diffusion for Local Graph Clustering with Node Attributes: an Algorithm and Statistical Guarantees

Shenghao Yang (University of Waterloo), Kimon Fountoulakis (University of Waterloo)

CodeGraph Neural NetworkFlow-based ModelGraph

🎯 What it does: Proposes a weighted flow diffusion local graph clustering algorithm that utilizes node attributes.

What do CNNs Learn in the First Layer and Why? A Linear Systems Perspective

Rhea Chowers (Hebrew University), Yair Weiss (Hebrew University)

CodeConvolutional Neural NetworkImage

🎯 What it does: This paper conducts a systematic analysis of the representations in the first layer of convolutional neural networks (CNNs) and proposes the energy profile metric to quantify the sensitivity of filters to different spatial frequencies. Experiments demonstrate that CNNs with different initializations, architectures, datasets, and even training with random labels exhibit a high consistency in the energy profile of the first layer. Subsequently, an analytical formula for the energy profile is derived in a simplified linear CNN, proving that this energy profile approaches whitening during gradient descent training, and the formula is fitted to the energy profile of real nonlinear CNNs, validating the consistency between theory and practice.

What is Essential for Unseen Goal Generalization of Offline Goal-conditioned RL?

Rui Yang (Hong Kong University of Science and Technology), Tong Zhang (Hong Kong University of Science and Technology)

CodeRobotic IntelligenceReinforcement LearningSequentialBenchmark

🎯 What it does: This study investigates the generalization problem of offline goal-conditioned reinforcement learning (offline GCRL) on unseen targets, proposing theoretical analysis and a practical algorithm (GOAT) while constructing a new evaluation benchmark.

What Makes Entities Similar? A Similarity Flooding Perspective for Multi-sourced Knowledge Graph Embeddings

Zequn Sun (Nanjing University), Wei Hu (Nanjing University)

CodeGraph Neural NetworkGraph

🎯 What it does: This paper interprets the working principles of translation-based and aggregation-based entity alignment models by viewing the correction of entity pair similarity as a fixed point of similarity flooding, and based on this, proposes two improvement methods: similarity flooding based on entity combinations and autoregressive neighborhood aggregation.

X-Paste: Revisiting Scalable Copy-Paste for Instance Segmentation using CLIP and StableDiffusion

Hanqing Zhao (University of Science and Technology of China), Nenghai Yu (University of Science and Technology of China)

CodeObject DetectionSegmentationData SynthesisConvolutional Neural NetworkDiffusion modelContrastive LearningImage

🎯 What it does: This paper proposes X-Paste, a scalable Copy-Paste enhancement framework that utilizes CLIP and StableDiffusion to automatically collect and filter large-scale instances, generating high-quality masks that are then collaged onto background images for training.