arXivSub Start free trial

ICML 2026 Papers with Code β€” Page 4

International Conference on Machine Learning Β· 1032 papers

Efficient Test-Time Scaling via Hierarchical Search and Self-Verification for Discrete Diffusion Language Models

Jinbin Bai (National University of Singapore), Ming-Hsuan Yang (UC Merced)

CodeComputational EfficiencyAI Code AssistantTransformerPrompt EngineeringDiffusion modelTextRetrieval-Augmented Generation

🎯 What it does: Propose the PRISM framework to achieve efficient test-time scaling (Test-Time Scaling) for discrete diffusion language models (dLLMs)

Elastic Attention: Test-time Adaptive Sparsity Ratios for Efficient Transformers

Zecheng Tang (Soochow University), Min Zhang (Soochow University)

CodeComputational EfficiencyRepresentation LearningTransformerLarge Language ModelSupervised Fine-TuningText

🎯 What it does: Introduce a lightweight Attention Router into pre-trained large language models, enabling the model to dynamically assign full attention (FA) or sparse attention (SA) to each attention head based on the input during inference, thus achieving a variable sparse ratio.

Embodied Interpretability: Linking Causal Understanding to Generalization in Vision-Language-Action Models

Hanxin Zhang (University of Leicester), Zhou Daniel Hao (University of Leicester)

CodeExplainability and InterpretabilityRobotic IntelligenceVision-Language-Action ModelMultimodalityBenchmark

🎯 What it does: Proposes an explanation method based on causal interventionβ€”Interventional Significance Score (ISS) and Nuisance Mass Ratio (NMR), used to quantify the causal dependence of visual language action (VLA) models on visual information and the utilization of irrelevant features.

Embodied-DETR: End-to-End Temporal 3D Object Detection in Egocentric Views

Ziheng Ding (Fudan University), Rui Feng (Fudan University)

CodeObject DetectionConvolutional Neural NetworkTransformerVideoPoint CloudBenchmark

🎯 What it does: Proposed an end-to-end temporal 3D object detection framework called Embodied-DETR for first-person perspective continuous RGB-D streams, and created a dedicated Embodied-Det benchmark.

Emergence of Exploration in Policy Gradient Reinforcement Learning via Retrying

Soichiro Nishimori (University of Tokyo), Yutaka Matsuo (University of Tokyo)

CodeReinforcement LearningTabularTime SeriesSequentialBenchmark

🎯 What it does: Proposes the ReMax objective based on retrying, which directly achieves exploration by maximizing the expected reward;

EnerGS: Energy-Based Gaussian Splatting under Partial Geometric Priors

Rui Song (University of California Los Angeles), Jiaqi Ma (University of California Los Angeles)

CodeAutonomous DrivingOptimizationComputational EfficiencyDiffusion modelScore-based ModelNeural Radiance FieldGaussian SplattingImagePoint Cloud

🎯 What it does: Proposed a 3D Gaussian Splatting method called EnerGS based on an energy field, which utilizes partial geometric priors (such as LiDAR) to construct a continuous geometric energy field to guide the distribution of Gaussian primitives, thereby achieving more stable and accurate view synthesis in large-scale outdoor scenes.

Enhancing Conformal Prediction via Class Similarity

Ariel Fargion (Bar-Ilan University), Tom Tirer (Bar-Ilan University)

CodeClassificationExplainability and InterpretabilityComputational EfficiencyConvolutional Neural NetworkTransformerContrastive LearningImage

🎯 What it does: Propose a regularization method based on class similarity, which can improve the prediction set size and semantic consistency of any conformal prediction (CP) algorithm while maintaining coverage guarantees.

Enhancing Cross-subject Emotion Recognition via Heterogeneous Distribution Augmentation and Collaborative Learning

Wending Xiong (Wuhan University), Mang Ye (Wuhan University)

CodeRecognitionData SynthesisDomain AdaptationGenerative Adversarial NetworkContrastive LearningMultimodalityTime SeriesBiomedical Data

🎯 What it does: Proposes the MixEmo framework, which enhances the generalization ability of cross-subject emotion recognition by separating and recombining the distribution of emotional data to generate unseen distributions, and collaboratively learning across multiple sub-distributions.

Enhancing Numerical Prediction in LLMs via Smooth MMD Alignment

Zhuo Zuo (Sichuan University), Xianggen Liu (Sichuan University)

CodeClassificationRecommendation SystemOptimizationData-Centric LearningTransformerLarge Language ModelMixture of ExpertsContrastive LearningTextTabularBenchmark

🎯 What it does: Proposed a novel numerical prediction training loss called SMMD, which constructs a distance kernel based on a numerical subword vocabulary and uses MMD to match distributions, while applying graph Laplacian smoothing regularization to the prediction-target residual to improve the accuracy of LLMs in numerical outputs.

Enhancing Protein-Protein Interaction Prediction with Hierarchical Motif-based Multimodal Protein Embedding

Zaifei YANG (Hong Kong University of Science and Technology), James Kwok (Hong Kong University of Science and Technology)

CodeDrug DiscoveryProtein Structure PredictionGraph Neural NetworkTransformerSupervised Fine-TuningContrastive LearningMultimodalityGraphBiomedical Data

🎯 What it does: A hierarchical multi-modal protein encoder, MMM-PPI, was constructed to improve the prediction of protein-protein interactions (PPI).

Entropy-Aware On-Policy Distillation of Language Models

Woogyeol Jin (KAIST AI), Kimin Lee (KAIST AI)

CodeKnowledge DistillationReinforcement Learning from Human FeedbackTransformerLarge Language ModelReinforcement LearningContrastive LearningText

🎯 What it does: This paper proposes a new adversarial knowledge distillation method called Entropy-Aware On-Policy Distillation (EOPD), which improves the distillation process of language models on self-generated trajectories by using forward KL in high-entropy positions and backward KL in low-entropy positions.

Entropy-aware Span-Constrained Optimal Transport for Robust Cross-Tokenizer Knowledge Distillation

Zhi-Ping Liu (Nanjing University), Xinghao Chen (Huawei)

CodeKnowledge DistillationTransformerLarge Language ModelSupervised Fine-TuningText

🎯 What it does: Propose the E-SCOT framework in cross-tokenizer knowledge distillation, viewing distillation as a sparse optimal transport problem, leveraging a vocabulary-agnostic baseline metric, span-anchored lexical alignment, and adaptive reweighting based on R'-Enn entropy, to achieve more reliable alignment and information transfer between teacher and student.

Envisioning Beyond the Few: Disentangled Semantics and Primitives for Few-Shot Atypical Layout-to-Image Generation

Nan Bao (Beihang University), Jia Li (Beihang University)

CodeGenerationAnomaly DetectionConvolutional Neural NetworkTransformerPrompt EngineeringDiffusion modelContrastive LearningImage

🎯 What it does: Propose a representation-driven framework based on semantic-primitive decoupling for few-shot abnormal layout to image generation

ePC: Fast and Deep Predictive Coding in Digital Simulation

CΓ©dric Goemaere (IDLab, Ghent University - imec), Thomas Demeester (IDLab, Ghent University - imec)

CodeClassificationOptimizationComputational EfficiencyConvolutional Neural NetworkTransformerAuto EncoderImage

🎯 What it does: Reformulate the traditional state-based predictive coding (sPC) and propose error-based predictive coding (ePC) to eliminate the problem of exponential signal decay in digital simulations and achieve fast convergence in deep networks.

Epistemic Uncertainty Quantification for Pre-trained VLMs via Riemannian Flow Matching

Li Ju (Uppsala University), Prashant Singh (Uppsala University)

CodeAnomaly DetectionRepresentation LearningData-Centric LearningVision Language ModelScore-based ModelFlow-based ModelContrastive LearningImageTextMultimodality

🎯 What it does: Propose a framework called REPVLM based on Riemannian flow matching, which is used to estimate the probability density of pre-trained vision-language models (VLMs) in their embedding space, thereby obtaining the model's awareness of uncertainty in its representations.

Equilibrium Reasoners: Learning Attractors Enables Scalable Reasoning

Benhao Huang (Carnegie Mellon University), J Zico Kolter (Carnegie Mellon University)

CodeOptimizationComputational EfficiencyRepresentation LearningTransformerTabularSequential

🎯 What it does: Proposes Equilibrium Reasoners (EqR), a model that achieves scalable reasoning by learning task-conditioned attractors.

Error Amplification Limits ANN-to-SNN Conversion in Continuous Control

Zijie Xu (Peking University), Zhaofei Yu (Peking University)

CodeComputational EfficiencySpiking Neural NetworkReinforcement LearningTabularTime Series

🎯 What it does: This paper studies the conversion of pre-trained artificial neural networks (ANN) into spiking neural networks (SNN), and analyzes the error amplification problem in continuous control tasks.

Estimation of Treatment Effects Under Nonstationarity via the Truncated Policy Gradient Estimator

Ramesh Johari (Stanford University), Wenqian Xing (Stanford University)

CodeReinforcement LearningContrastive LearningTabularTime SeriesSequentialElectronic Health RecordsBenchmark

🎯 What it does: This paper proposes a new Truncated Policy Gradient (TPG) estimator to estimate the global average treatment effect (GATE) from a single random experimental trajectory in non-stationary Markov environments.

ETS: Energy-Guided Test-Time Scaling for Training-Free RL Alignment

Xiuyu Li (Renmin University of China), Ju Fan (Renmin University of China)

CodeOptimizationComputational EfficiencyReinforcement Learning from Human FeedbackTransformerLarge Language ModelReinforcement LearningScore-based ModelTextBenchmark

🎯 What it does: Proposes ETS, a training-free inference method that directly generates text by sampling from the optimal RL policy.

Euclean: Automated Geometry Problem Formalization with Unified Verification in Lean

Linbin Tang (Tsinghua University), Fan Yang (Microsoft Research)

CodeOptimizationExplainability and InterpretabilityComputational EfficiencyKnowledge DistillationRepresentation LearningAI Code AssistantTransformerLarge Language ModelPrompt EngineeringTextBenchmarkRetrieval-Augmented GenerationChain-of-Thought

🎯 What it does: Propose the EUCLEAN framework, which automatically converts natural language geometry problems into the MATHLIB formalization of Lean 4, completing a four-stage pipeline: constraint explicitation, configuration anchoring, mapping, and iterative repair.

Evaluating and Rewarding LALMs for Expressive Role-Play TTS via Mean Continuation Log-Probability

Yong Ren (Institute of Automation, Chinese Academy of Sciences), Xuerui Yang (StepFun)

CodeReinforcement Learning from Human FeedbackTransformerLarge Language ModelSupervised Fine-TuningReinforcement LearningPrompt EngineeringTextMultimodalityAudio

🎯 What it does: Propose a 'Mean Continued Log Probability' (MCLP) based on LALM, which can serve both as an evaluation metric and as a reinforcement learning (RL) reward, to enhance the speech expression consistency in role-playing TTS.

Evaluating LLMs When They Do Not Know the Answer: Statistical Evaluation of Mathematical Reasoning via Comparative Signals

Zihan Dong (Rutgers University), Linjun Zhang (Rutgers University)

CodeComputational EfficiencyData-Centric LearningTransformerLarge Language ModelSupervised Fine-TuningPrompt EngineeringTextBenchmark

🎯 What it does: Propose a framework that utilizes pairwise comparison signals generated by LLMs as control variables, combined with semi-parametric inference to improve mathematical reasoning evaluation.

Evaluating Robustness of Reasoning Models on Parameterized Logical Problems

NaΓ―m Es-sebbani (University of Artois), Zied Bouraoui (University of Caen Basse Normandie)

CodeExplainability and InterpretabilityComputational EfficiencyTransformerLarge Language ModelPrompt EngineeringTextBenchmarkChain-of-Thought

🎯 What it does: Constructed a diagnostic 2-SAT benchmark based on a parameterizable structured 2-CNF formula to evaluate the robustness of large language models in logical reasoning.

Evolution Strategies at Scale: LLM Fine-Tuning Beyond Reinforcement Learning

Xin Qiu (Cognizant AI Lab), Risto Miikkulainen (Cognizant AI Lab)

CodeOptimizationComputational EfficiencyHyperparameter SearchReinforcement Learning from Human FeedbackTransformerLarge Language ModelSupervised Fine-TuningReinforcement LearningPrompt EngineeringTextBenchmark

🎯 What it does: This paper is the first to directly apply evolutionary strategies (ES) to full-parameter fine-tuning of language models with billions of parameters, without any dimensionality reduction, demonstrating the feasibility of ES on large-scale LLMs;

Evolving Interdependent Operators with Large Language Models for Multi-Objective Combinatorial Optimization

junhao qiu, Qingfu Zhang (City University of Hong Kong)

CodeOptimizationTransformerLarge Language ModelPrompt EngineeringTextTabular

🎯 What it does: Propose an E2OC framework based on large language models (LLMs) that automatically co-evolves combinations of multiple neighborhood search operators to enhance the performance of multi-objective evolutionary algorithms (MOEAs).

EvReflection: Event-Driven Micro-Dynamics for Reflection Removal

Jiaxiao Wang (University of Science and Technology of China), Xiaoyan Sun (University of Science and Technology of China)

CodeRestorationSpiking Neural NetworkTransformerDiffusion modelContrastive LearningOptical FlowImageVideo

🎯 What it does: Propose EvReflection, an end-to-end network that removes reflections by leveraging micro-dynamics from event cameras.

ExCyTIn-Bench: Evaluating LLM agents on Cyber Threat Investigation

Yiran Wu (Pennsylvania State University), Anand Mudgerikar (Microsoft Security AI Research)

CodeExplainability and InterpretabilityComputational EfficiencyReinforcement Learning from Human FeedbackTransformerLarge Language ModelReinforcement LearningPrompt EngineeringAuto EncoderTextGraphTabularBenchmarkRetrieval-Augmented GenerationChain-of-Thought

🎯 What it does: This work constructs ExCyTIn-Bench, a benchmark for evaluating large language model (LLM) agents in network threat investigation tasks; by creating an interactive MySQL environment, automatically generated question-answer pairs, and fine-grained progress rewards, the performance of agents in practical security log querying and reasoning is assessed.

Explicitly Modeling Censoring Produces Superior Survival Predictors

Shi-ang Qi (University of Alberta), Russell Greiner (University of Alberta)

CodeComputational EfficiencyRepresentation LearningGraph Neural NetworkTransformerContrastive LearningTabularTime SeriesBiomedical DataElectronic Health RecordsBenchmark

🎯 What it does: Propose a survival prediction framework that explicitly models the censoring process, treating event time and censoring time as two processes sharing parameters.

Exploiting weight-space symmetries for approximating curvature

Artem Artemev (MediaTek), Alberto Bernacchia (MediaTek)

CodeOptimizationConvolutional Neural NetworkTransformerImageText

🎯 What it does: Structural Hessian approximation is achieved by orbit averaging a single gradient using weight space symmetry, enabling efficient curvature estimation.

Exploration Hacking: Can LLMs Learn to Resist RL Training?

Eyon Jang (MATS), David Lindner (Google DeepMind)

CodeDrug DiscoveryAI Code AssistantNeural Architecture SearchTransformerLarge Language ModelSupervised Fine-TuningReinforcement LearningPrompt EngineeringTextTabularTime SeriesBiomedical DataBenchmarkChain-of-Thought

🎯 What it does: This paper investigates the 'exploration hacking' phenomenon where LLMs hinder training in RL by reducing exploration behavior, and constructs model organisms to simulate this behavior.

Exploring and Exploiting Stability in Latent Flow Matching

Rania Briq (Forschungszentrum JΓΌlich), Stefan Kesselheim (Forschungszentrum JΓΌlich)

CodeGenerationComputational EfficiencyData-Centric LearningTransformerDiffusion modelFlow-based ModelAuto EncoderContrastive LearningImageOrdinary Differential Equation

🎯 What it does: Investigate and utilize the stability of the Latent Flow Matching (LFM) model under perturbations in data subsets, model capacity, and training configurations, proposing data pruning methods and a two-stage inference acceleration technique from coarse to fine.

Exploring Data-Free LoRA Transferability for Video Diffusion Models

Yuchen Wang (Hong Kong University of Science and Technology Guangzhou), Zeke Xie (Hong Kong University of Science and Technology Guangzhou)

CodeGenerationKnowledge DistillationTransformerDiffusion modelContrastive LearningVideo

🎯 What it does: Studied the compatibility issues that arise when migrating LoRA to distilled models in video diffusion models (VDM), and proposed a data-agnostic Cluster-Aware Spectral Arbitration (CASA) method to achieve training-free migration of LoRA.

Exploring Nonlinear Pathway in Parameter Space for Machine Unlearning

Yingdan Shi (Illinois Institute of Technology), Ren Wang (Illinois Institute of Technology)

CodeClassificationSafty and PrivacyDiffusion modelScore-based ModelContrastive LearningImage

🎯 What it does: Proposes a nonlinear path exploration framework called MCU based on pattern connectivity, achieving efficient amnesia in machine learning models.

FACT: Fuzzy Alignment with Comorbidity Topology for Reliable Multi-Label Medical Image Diagnosis

Yingyu Chen (Sichuan University), Yi Zhang (Sichuan University)

CodeClassificationRecognitionAnomaly DetectionExplainability and InterpretabilityConvolutional Neural NetworkGraph Neural NetworkTransformerAuto EncoderContrastive LearningImageGraphBiomedical DataMagnetic Resonance ImagingComputed TomographyElectronic Health Records

🎯 What it does: Propose the FACT framework, which treats multi-label medical image diagnosis as a fuzzy alignment problem between atomic visual evidence and disease semantic anchors, addressing the limitations of hard segmentation caused by visual ambiguity and disease associations.

Fair Dataset Distillation via Cross-Group Barycenter Alignment

Mohammad Hossein Moslemi (Western University), Boyu Wang (Western University)

CodeClassificationFederated LearningExplainability and InterpretabilityKnowledge DistillationData-Centric LearningConvolutional Neural NetworkTransformerDiffusion modelAuto EncoderGenerative Adversarial NetworkContrastive LearningImageTabular

🎯 What it does: This paper proposes a fair dataset distillation framework called COBRA, which significantly reduces the fairness gap between subgroups by performing balanced cross-group barycenter alignment of representations for different subgroups during the distillation process, while maintaining overall performance.

Fairness in Aggregation: Optimal Top-$k$ and Improved Full Ranking

Diptarka Chakraborty (National University Of Singapore), Alvin Hong Yao Yan (National University Of Singapore)

CodeRecommendation SystemOptimizationTabular

🎯 What it does: This paper studies the problem of fair ranking aggregation under the Spearman footrule distance, providing a polynomial optimal algorithm for top-k fair ranking, and proposing a 2-approximation algorithm for full ranking.

FairRARI: A Plug and Play Framework for Fairness-Aware PageRank

Emmanouil Kariotakis (KU Leuven), Aritra Konar (KU Leuven)

CodeOptimizationFederated LearningExplainability and InterpretabilityComputational EfficiencyRepresentation LearningGraph Neural NetworkGraph

🎯 What it does: Propose a framework named FairRARI, which utilizes a variational formulation of PageRank to achieve pluggable solutions for group fairness across multiple groups;

FairSSL: Fair Multimodal Self-Supervised Learning

Jiaee Cheong (Harvard University), Sinan Kalkan (METU)

CodeFederated LearningSafty and PrivacyExplainability and InterpretabilityRepresentation LearningAdversarial AttackTransformerAuto EncoderContrastive LearningImageTextMultimodalityTabularBiomedical DataElectronic Health RecordsAudio

🎯 What it does: Proposed a fair self-supervised learning framework called FairSSL, designed for heterogeneous, variable-length multimodal data, aiming to improve fairness while maintaining performance on downstream tasks.

Faithful Relational Reasoning with Region-based Embeddings: Expressivity of Convex Coordinate-wise Models

Victor Charpenay (Mines Saint-Etienne), Steven Schockaert (Cardiff University)

CodeExplainability and InterpretabilityComputational EfficiencyRepresentation LearningGraph Neural NetworkContrastive LearningGraphBenchmark

🎯 What it does: Studied the expressiveness and limitations of convex coordinate-based region embeddings in expressing closed path rules

Fast and Accurate Causal Parallel Decoding using Jacobi Forcing

Lanxiang Hu (University of California San Diego), Hao Zhang (University of California San Diego)

CodeComputational EfficiencyKnowledge DistillationAI Code AssistantTransformerLarge Language ModelText

🎯 What it does: Based on autoregressive (AR) large language models (LLMs), the Jacobi Forcing training method is proposed, directly transforming AR models into efficient parallel multi-token decoders;

Fast KV Compaction via Attention Matching

Adam Zweiger (Massachusetts Institute of Technology), Yoon Kim (Massachusetts Institute of Technology)

CodeCompressionComputational EfficiencyTransformerLarge Language ModelTextMultimodalityBenchmarkRetrieval-Augmented Generation

🎯 What it does: This study proposes a fast KV cache compression method based on Attention Matching, which directly approximates the original attention output and attention quality by optimizing the compressed key-value pairs, maintaining the model's performance in long contexts.

Fast-SAM3D: 3Dfy Anything in Images but Faster

Weilun Feng (Chinese Academy of Sciences), Zhulin An (Chinese Academy of Sciences)

CodeGenerationDepth EstimationComputational EfficiencyTransformerDiffusion modelAuto EncoderContrastive LearningGaussian SplattingImagePoint CloudMeshBenchmark

🎯 What it does: By introducing a training-agnostic dynamic acceleration module into the SAM3D single-view 3D reconstruction pipeline, the inference latency is significantly reduced.

FasterVAR: Plug-and-Play Acceleration for Visual Autoregressive Models

Senmao Li (Nankai University), Yaxing Wang (Jilin University)

CodeGenerationComputational EfficiencyTransformerPrompt EngineeringDiffusion modelImage

🎯 What it does: Propose a no-training, plug-and-play acceleration framework called FasterVAR, which accelerates the late-stage detail refinement phase in the high-resolution generation process of visual autoregressive (VAR) models.

Feature Collapse Under Corruption: An Entropy Perspective on Robust Neural Networks

Vishesh Kumar (Indian Institute of Science Education and Research Bhopal), Akshay Agarwal (Indian Institute of Science Education and Research Bhopal)

CodeClassificationKnowledge DistillationRepresentation LearningAdversarial AttackConvolutional Neural NetworkTransformerSupervised Fine-TuningContrastive LearningImage

🎯 What it does: Propose a fine-tuning framework based on entropy called Dem-HEC, which generates high-entropy samples by maximizing the model output entropy within a restricted perturbation space, and combines cross-entropy, contrastive learning, and knowledge distillation to enhance the model's robustness against natural noise/distortion corruption, while maintaining or improving the accuracy on clean images.

Feature-Aware (Hyper)graph Generation via Next-Scale Prediction

Dorian Gailhard (TΓ©lΓ©com Paris), Jhony H. Giraldo (TΓ©lΓ©com Paris)

CodeGenerationData SynthesisGraph Neural NetworkTransformerDiffusion modelScore-based ModelFlow-based ModelAuto EncoderGenerative Adversarial NetworkPoint CloudMeshGraph

🎯 What it does: Propose FAHNES, a scalable hierarchical generative framework capable of simultaneously generating the topological structures and node/edge features of graphs/hypergraphs.

FedEBA+: Towards Fair and Effective Federated Learning via Entropy-Based Model

Zhichao Wang (Chinese University of Hong Kong), Xiaoying Tang (Chinese University of Hong Kong)

CodeOptimizationFederated LearningComputational EfficiencyContrastive LearningImage

🎯 What it does: Propose FedEBA+, a method that simultaneously improves fairness and the accuracy of the global model in federated learning.

Federated Sketching LoRA: A Flexible Framework for Heterogeneous Collaborative Fine-Tuning of LLMs

Wenzhi Fang (Purdue University), Christopher Brinton

CodeOptimizationFederated LearningComputational EfficiencyTransformerLarge Language ModelSupervised Fine-TuningText

🎯 What it does: Propose FSLoRA β€” a LoRA fine-tuning method using sketching within a federated learning framework, allowing clients with different resources to update only the submatrix of the global LoRA module, thereby achieving efficient heterogeneous collaborative fine-tuning.

FedHPro: Federated Hyper-Prototype Learning via Gradient Matching

Huan Wang (University of Wollongong), Guansong Pang (Singapore Management University)

CodeFederated LearningExplainability and InterpretabilityRepresentation LearningContrastive LearningImageMultimodalityTabular

🎯 What it does: Propose the FedHPro framework, which learns interpretable hyper-prototypes through gradient matching in federated learning, and improves model generalization by using two contrastive and alignment mechanisms, HPCL and HPAL, during local training.

FedQueue: Queue-Aware Federated Learning for Cross-Facility HPC Training

Yijiang Li (Argonne National Laboratory), Kibaek Kim (Argonne National Laboratory)

CodeOptimizationFederated LearningComputational EfficiencyTransformerSupervised Fine-TuningAgentic AIContrastive LearningTextTabular

🎯 What it does: Propose the FedQueue algorithm, addressing the random enqueue delay caused by batch scheduling in cross-HPC facility training, by constructing a complete federated learning framework with queue prediction, cutoff enqueue control, and delay-aware aggregation.

FG-CLIP 2: A Bilingual Fine-grained Vision-Language Alignment Model

Chunyu Xie (Beihang University), Yuhui Yin (360 AI Research)

CodeClassificationObject DetectionSegmentationRetrievalTransformerPrompt EngineeringMixture of ExpertsVision Language ModelContrastive LearningImageTextMultimodality

🎯 What it does: Propose FG-CLIP 2, which constructs an English-Chinese bilingual fine-grained vision-language alignment model, achieving precise alignment through two-stage training and multi-task loss.

FiGuRO: Intrinsic Dimension Estimation for Multi-Modal Data

Viktoria Schuster (Massachusetts Institute of Technology), Caroline Uhler (Massachusetts Institute of Technology)

CodeOptimizationRepresentation LearningDiffusion modelScore-based ModelFlow-based ModelRectified FlowAuto EncoderContrastive LearningImageMultimodalityPoint CloudAudio

🎯 What it does: Propose the FiGuRO method, which combines a low-rank adaptive layer with rate-distortion theory to dynamically estimate the intrinsic dimension of multi-modal data, and achieves spontaneous separation in shared and private subspaces.

Finding Most Influential Sets

Lucas Darius Konrad, Nikolas Kuschnig (Monash University)

CodeOptimizationExplainability and InterpretabilityComputational EfficiencyTextTabularBiomedical Data

🎯 What it does: Proposed an efficient algorithm for finding the most influential subset (MIS) in a dataset. The algorithm transforms the combination search into multiple top-k selections by expressing the holdout effect as a linear fractional form, ultimately achieving exact solutions.

Finding the Correct Visual Evidence Without Forgetting: Mitigating Hallucination in LVLMs via Inter-Layer Visual Attention Discrepancy

Yutong Xie (Southeast University), Yuheng Jia (Southeast University)

CodeExplainability and InterpretabilityComputational EfficiencyTransformerVision Language ModelImageTextMultimodalityBenchmark

🎯 What it does: Propose a no-training, plug-and-play method called ILVAD, which utilizes inter-layer visual attention differences to identify and reinforce correct visual evidence, thereby reducing hallucinations generated by large audio-visual models.

Fine-grained Analysis of Brain-LLM Alignment through Input Attribution

Michela Proietti (Goethe University), Mariya Toneva (Max Planck Institute for Software Systems)

CodeExplainability and InterpretabilityTransformerLarge Language ModelTextBiomedical DataMagnetic Resonance Imaging

🎯 What it does: Propose a pipeline that integrates input attribution methods (such as Integrated Gradients, GradientΓ—Input, SmoothGrad) into a brain-LLM alignment framework, used to identify the input words most important for predicting brain activity.

FIRE-Bench: Evaluating AI Agents on the Rediscovery of Scientific Insights

Zhen Wang (University of California San Diego), Eric P. Xing (MBZUAI)

CodeTransformerLarge Language ModelAgentic AIPrompt EngineeringTextBenchmarkRetrieval-Augmented GenerationChain-of-Thought

🎯 What it does: Proposes FIRE-Bench, a comprehensive re-mining evaluation benchmark based on verified scientific discoveries, aimed at assessing the scientific reasoning and experimental capabilities of LLM-driven autonomous research agents.

FIRE: Multi-Fidelity Regression with Distribution-Conditioned In-Context Learning Using Tabular Foundation Models

Rosen Ting-Ying Yu (Massachusetts Institute of Technology), Faez Ahmed (Massachusetts Institute of Technology)

CodeOptimizationHyperparameter SearchData-Centric LearningTransformerLarge Language ModelPrompt EngineeringMixture of ExpertsTabularTime SeriesSequentialBenchmarkPhysics Related

🎯 What it does: Designed a training-agnostic multi-talented regression framework called FIRE, which leverages the TabPFN (table foundation model) to achieve zero-shot Bayesian inference for low-resolution models and high-resolution residual correction through distribution-conditional context learning.

Fix Before Search: Benchmarking Agentic Visual Query Pre-processing in Multimodal Retrieval-augmented Generation

Shenglai Zeng (Michigan State University), Yi Chang (Jilin University)

CodeData SynthesisRetrievalTransformerLarge Language ModelSupervised Fine-TuningAgentic AIVision Language ModelImageTextMultimodalityBenchmarkRetrieval-Augmented Generation

🎯 What it does: This paper proposes V-QPP-Bench, a benchmark for visual query preprocessing in multi-modal retrieval-augmented generation (MRAG), and systematically evaluates the performance of different MLLMs on this benchmark.

Fix the Loss, Not the Radius: Rethinking the Adversarial Perturbation of Sharpness-Aware Minimization

Jinping Wang (Wenzhou-Kean University), Zhiqiang Gao (Wenzhou-Kean University)

CodeClassificationDomain AdaptationOptimizationAdversarial AttackConvolutional Neural NetworkTransformerSupervised Fine-TuningDiffusion modelContrastive LearningImageMultimodalityTabular

🎯 What it does: This paper re-examines the mechanism of Sharpness-Aware Minimization (SAM), discovering that its fixed-radius first-order linear approximation leads to a mismatch between the gradient norm-dominated learning signal and the second-order nature of flat minima. It proposes Loss-Equated SAM (LE-SAM), which eliminates the interference of gradient norms by fixing a budget in the loss space and solving for the corresponding radius in the parameter space, shifting the optimization focus to curvature information. Additionally, radius clipping and loss budget annealing are introduced to ensure stability, and further, LE-SAM+ is proposed to enhance curvature-aware regularization. Experimental results verify that this mechanism significantly improves generalization performance across various tasks and models.

FiX: Introducing Fine-grained Forget Gate into Softmax Attention

Runzhong Li (Southern University of Science and Technology), Bo Tang (Southern University of Science and Technology)

CodeComputational EfficiencyRepresentation LearningData-Centric LearningTransformerLarge Language ModelPrompt EngineeringMixture of ExpertsText

🎯 What it does: Propose Fine-grained Forgetting Transformer (FiX), introducing an element-wise forgetting gate into softmax attention to enhance the modeling capability for long-text contexts.

FLAG: Foundation model representation with Latent diffusion Alignment via Graph for spatial gene expression prediction

Qi Si (Shanghai Academy Of Artificial Intelligence For Science), Yuan Cheng (Fudan University)

CodeRepresentation LearningData-Centric LearningGraph Neural NetworkTransformerDiffusion modelContrastive LearningImageBiomedical DataBenchmark

🎯 What it does: This paper proposes the FLAG framework, which predicts gene space expression from H&E slices by utilizing spatial graph encoding and a gene foundation model.

Fleet: Few Shots Lead Effective AI-generated Image Detection

Jiaan Wang (Institute of Computing Technology, Chinese Academy of Sciences), Sheng Tang (Institute of Computing Technology, Chinese Academy of Sciences)

CodeImage TranslationGenerationDomain AdaptationAnomaly DetectionKnowledge DistillationRepresentation LearningMeta LearningTransformerMixture of ExpertsDiffusion modelAuto EncoderGenerative Adversarial NetworkContrastive LearningImageBenchmark

🎯 What it does: Propose the Fleet framework, achieving dynamic adaptive AIGI detection based on subspace routing, enabling rapid adaptation to new generative models with very few samples.

Flexible Kernels for Protein Property Prediction

Martin Jankowiak (Generate Biomedicines), Gevorg Grigoryan (Generate Biomedicines)

CodeDrug DiscoveryProtein Structure PredictionConvolutional Neural NetworkGraph Neural NetworkContrastive LearningGaussian SplattingSequentialBiomedical Data

🎯 What it does: Proposed a class of sequence kernels (LOCK) that utilize evolutionary substitution matrices and local linear features, and embedded them into a Gaussian process model for protein attribute prediction.

FlexiFlow: decomposable flow matching for generation of flexible molecular ensemble

Riccardo Tedoldi (AstraZeneca), Alessandro Tibo (AstraZeneca)

CodeDrug DiscoveryGraph Neural NetworkTransformerDiffusion modelScore-based ModelFlow-based ModelRectified FlowGraphBiomedical Data

🎯 What it does: Propose and implement FlexiFlow, which utilizes a decomposable flow matching framework to simultaneously generate molecular graphs and multiple low-energy conformation sets in a single sampling process.

Flow Matching Calibration for Simulation-Based Inference under Model Misspecification

Pierre-Louis Ruhlmann (University Grenoble Alpes), Pedro L. C. Rodrigues (University Grenoble Alpes)

CodeOptimizationData-Centric LearningTransformerFlow-based ModelTabularTime SeriesPhysics RelatedOrdinary Differential Equation

🎯 What it does: Propose a calibration framework based on flow matching called FMCPE, which uses a small number of real calibration samples to correct the posterior distribution of simulated inferences.

FlowCloud: Learning Continuous Spatiotemporal Dynamics from Unpaired Sparse Point Cloud Snapshots

Yinbo Liu (Wuhan University), Tian Tian (Wuhan University)

CodeGenerationData SynthesisTransformerOptical FlowPoint CloudTime SeriesBiomedical DataStochastic Differential EquationOrdinary Differential Equation

🎯 What it does: Proposes a FlowCloud framework based on variational Neural ODE, which can learn continuous spatiotemporal dynamics and generate complete trajectories from sparse, non-continuous, and unpaired point cloud snapshots.

FOAM: Blocked State Folding for Memory-Efficient LLM Training

Ziqing Wen (National University of Defense Technology), Tao Sun (National University of Defense Technology)

CodeOptimizationComputational EfficiencyTransformerLarge Language ModelText

🎯 What it does: This paper proposes an optimizer called FOAM, which utilizes block-wise gradient averaging and residual correction to compress the optimizer state of Adam, significantly reducing memory usage and accelerating convergence during LLM training.

FOCUS: DLLMs Know How to Tame Their Compute Bound

Kaihua Liang (King Abdullah University of Science and Technology), Marco Canini (King Abdullah University of Science and Technology)

CodeComputational EfficiencyTransformerLarge Language ModelPrompt EngineeringTextRetrieval-Augmented Generation

🎯 What it does: By identifying that most computations in the decoding process of DLLMs are wasted on tokens that are not decoded, the FOCUS system dynamically removes these useless tokens, significantly reducing FLOPs.

Forgetting Whenever You Want: A Decentralized Continual Learning Framework with On-Demand Unlearning

Xiao Zhang (Shandong University), Dongxiao Yu (Shandong University)

CodeData SynthesisFederated LearningKnowledge DistillationRepresentation LearningConvolutional Neural NetworkTransformerDiffusion modelContrastive LearningImage

🎯 What it does: Proposed the DCU framework, achieving continuous learning and on-demand forgetting in decentralized environments;

FOVI: A biologically-inspired foveated interface for deep vision models

Nicholas Blauch, Talia Konkle (Harvard University)

CodeClassificationComputational EfficiencyRepresentation LearningConvolutional Neural NetworkTransformerContrastive LearningImage

🎯 What it does: This paper designs a biology-inspired concave sampling interface called FOVI based on retino-cortical mapping, and combines it with convolutional networks and Vision Transformers to significantly reduce pixel and computational costs in high-resolution visual tasks.

FPTQuant: Function-Preserving Transforms for LLM Quantization

Boris van Breugel (Qualcomm AI Research), Markus Nagel (Qualcomm AI Research)

CodeComputational EfficiencyKnowledge DistillationTransformerLarge Language ModelText

🎯 What it does: Proposed a function-preserving transformation (FPT) method called FPTQuant for low-precision INT4 quantization on large language models (LLMs), while maintaining the model's functionality unchanged.

FreeRet: MLLMs as Training-Free Retrievers

Yuhan Zhu (Nanjing University), Limin Wang (Nanjing University)

CodeRetrievalTransformerLarge Language ModelPrompt EngineeringImageVideoTextMultimodalityBenchmarkRetrieval-Augmented Generation

🎯 What it does: Propose FreeRet, a training-free framework that can directly convert any off-the-shelf multimodal large language model (MLLM) into a two-stage retriever, performing both embedding extraction and reranking to complete the end-to-end process of retrieval and generation.

Frequency Matching in Spiking Neural Networks for mmWave Sensing

Zhenyu Liao (Zhejiang University), Shuiguang Deng (Zhejiang University)

CodeClassificationOptimizationComputational EfficiencyConvolutional Neural NetworkRecurrent Neural NetworkSpiking Neural NetworkTransformerSupervised Fine-TuningPoint CloudPhysics Related

🎯 What it does: This paper investigates the effectiveness of spiking neural networks in millimeter-wave sensing through frequency domain analysis.

From Absolute to Relative: Rethinking Reward Shaping in Group-Based Reinforcement Learning

Wenzhe Niu (Tianjin University), Renqing He (Meituan)

CodeTransformerLarge Language ModelReinforcement LearningPrompt EngineeringContrastive LearningText

🎯 What it does: Proposed a reinforcement learning framework based on relative rewards, RLRR, which transforms rewards from absolute scores into group-relative rankings to address the issues of sparse rewards in verifiable tasks and unstable reward ranges in open-ended tasks;

From Backward Spreading to Forward Replay: Revisiting Target Construction in LLM Parameter Editing

Wei Liu (National University of Singapore), Wee Sun Lee (National University of Singapore)

CodeOptimizationComputational EfficiencyRepresentation LearningTransformerLarge Language ModelPrompt EngineeringTextBenchmark

🎯 What it does: Studied the theoretical foundations of target construction in parameter editing of large language models, and proposed a forward replay method based on forward propagation to replace the traditional backward propagation diffusion, achieving more precise multi-layer targets while maintaining the same computational complexity.

From Blind Spots to Gains: Diagnostic-Driven Iterative Training for Large Multimodal Models

Hongrui Jia (Peking University), Wei Ye (Peking University)

CodeExplainability and InterpretabilityComputational EfficiencyData-Centric LearningReinforcement Learning from Human FeedbackTransformerReinforcement LearningAgentic AIPrompt EngineeringVision Language ModelGenerative Adversarial NetworkImageTextMultimodality

🎯 What it does: This paper proposes a diagnosis-driven iterative training framework called DPE, which combines multi-agent tool-based data generation with reinforcement learning to dynamically generate and reinforce training samples targeting the model's blind spots.

From Conflict to Consensus: Boosting Medical Reasoning via Multi-Round Agentic RAG

Wenhao Wu (Nanjing University), Zhi Wang (Nanjing University)

CodeRetrievalExplainability and InterpretabilityComputational EfficiencyKnowledge DistillationRepresentation LearningDrug DiscoveryTransformerAgentic AIPrompt EngineeringTextBiomedical DataBenchmarkRetrieval-Augmented GenerationChain-of-Thought

🎯 What it does: Proposed a multi-round Agentic RAG framework, MA-RAG, to enhance answer quality in medical question answering through iterative retrieval and reasoning.

From Individual Calibration to Reliable Classifiers: ALD Parameterization with mPAIC Guarantees

Deming Sheng (Duke University), Ricardo Henao (Duke University)

CodeClassificationExplainability and InterpretabilityComputational EfficiencyData-Centric LearningScore-based ModelContrastive LearningImageTextTabular

🎯 What it does: Propose a multi-classifier based on the asymmetric Laplace distribution (HALD), and achieve reliable probabilistic prediction through individualized calibration (HICALD);

From Interactions to Principles: Experience-Driven Self-Distillation for Evolving LLM Agents

Rong Wu (Zhejiang University), Botian Shi (Shanghai Artificial Intelligence Laboratory)

CodeKnowledge DistillationTransformerLarge Language ModelReinforcement LearningAgentic AITextBenchmarkRetrieval-Augmented GenerationChain-of-Thought

🎯 What it does: Propose the EvolveR framework, constructing a complete closed-loop experience lifecycle, including offline self-distillation to generate abstract principles, online interaction to retrieve experiences, and iterative optimization of strategies through reinforcement learning.

From Internal Diagnosis to External Auditing: A VLM-Driven Paradigm for Data-Free Online Backdoor Defense

Binyan Xu (Chinese University of Hong Kong), Kehuan Zhang (Chinese University of Hong Kong)

CodeAnomaly DetectionTransformerPrompt EngineeringVision Language ModelContrastive LearningImageTextMultimodalityRetrieval-Augmented Generation

🎯 What it does: Propose PRISM, an online backdoor defense framework that does not require access to training data or modification of model weights, utilizing external Vision-Language Models to perform semantic auditing on model predictions.

From Noise to Control: Parameterized Diffusion Policies

Renhao Zhang (University of Massachusetts), Bruno Castro da Silva (University of Massachusetts)

CodeOptimizationRobotic IntelligenceTransformerDiffusion modelScore-based ModelAuto EncoderContrastive LearningMultimodalityPoint Cloud

🎯 What it does: Propose Parameterized Diffusion Policy (PDP), which parameterizes traditional diffusion policies by learning a geometry-aligned behavioral latent space, enabling precise control of behavior on low-dimensional latent variables;

From Noise to Intent: Anchoring Generative VLA Policies with Residual Bridges

Yiming Zhong (ShanghaiTech University), Yuexin Ma (ShanghaiTech University)

CodeRobotic IntelligenceTransformerReinforcement LearningVision Language ModelVision-Language-Action ModelDiffusion modelFlow-based ModelRectified FlowMultimodality

🎯 What it does: Propose the ResVLA framework, which adopts a generative VLA strategy combining low-frequency intent anchoring with high-frequency residual diffusion bridge, achieving a fundamental shift from 'Generation-from-Noise' to 'Refinement-from-Intent'.

From Observations to States: Latent Time Series Forecasting

Jie Yang (University of Illinois Chicago), Philip S. Yu (University of Illinois Chicago)

CodeInformation TheoryAnomaly DetectionComputational EfficiencyRepresentation LearningTransformerAuto EncoderContrastive LearningTabularTime Series

🎯 What it does: Propose LatentTSF, which transforms time series forecasting from direct observation regression to first mapping via AutoEncoder to a latent space, then performing state prediction in that space, and finally decoding the predicted latent states back to observations.

From Outcomes to Actions: Leveraging Hindsight for Long-Horizon Language Agent Training

Zishang Jiang (Fudan University), Yanghua Xiao (Fudan University)

CodeOptimizationTransformerLarge Language ModelReinforcement LearningText

🎯 What it does: This paper proposes a hindsight intention space policy gradient method called HPO for training long-horizon language agents.

From Perception to Planning: Evolving Ego-Centric Task-Oriented Spatiotemporal Reasoning via Curriculum Learning

Xiaoda Yang (Zhejiang University), Zhou Zhao (Zhejiang University)

CodeAutonomous DrivingComputational EfficiencyRepresentation LearningRobotic IntelligenceTransformerSupervised Fine-TuningVision Language ModelContrastive LearningImageVideoTextMultimodalityChain-of-Thought

🎯 What it does: Design and implement the EgoTSR framework, which adopts a three-stage curriculum learning (CoT β†’ Tag β†’ LongTag) to progressively achieve egocentric task-based spatiotemporal reasoning, moving from explicit spatial awareness, internalized judgment, to long-term planning.

From Shortcuts to Reasoning: Robust Post-Training of Theory of Mind with Reinforcement Learning

Jike Zhong (University of Southern California), Shao-Yuan Lo (National Taiwan University)

CodeExplainability and InterpretabilityData-Centric LearningTransformerLarge Language ModelSupervised Fine-TuningReinforcement LearningTextMultimodalityRetrieval-Augmented GenerationChain-of-Thought

🎯 What it does: This paper studies how to enhance the Theory of Mind (ToM) capability of large language models through post-training. For the first time, it systematically audits and removes shortcuts from the dataset, and then introduces Thinking-RFT (Thinking-based Reinforcement Fine-Tuning) to improve the model's reasoning and generalization performance.

From Winning to Understanding: A Diagnostic Long-Horizon RTS Benchmark for LLMs

Jiacheng Li (University of Chinese Academy of Sciences), Chenghao Li (Tsinghua University)

CodeTransformerLarge Language ModelReinforcement LearningPrompt EngineeringTextTime SeriesSequentialBenchmarkRetrieval-Augmented GenerationChain-of-Thought

🎯 What it does: Built a long-term, adversarial real-time strategy game benchmark, using LLM as the decision module, providing three-track evaluation (against rule-based AI, LLM adversaries, and human instruction following)

Fully Zero-Shot Image Dehazing

Shuocheng Wang (Fudan University), Yibo Fan (Fudan University)

CodeRestorationTransformerDiffusion modelScore-based ModelAuto EncoderContrastive LearningImage

🎯 What it does: Proposes a fully zero-shot image dehazing framework that is trained only using clean images, utilizing color, structural, and illumination invariant representations derived from physical models, and achieving dehazing through diffusion models.

FunCQNet: A Functional Censored Quantile Neural Network for Predicting Long-Term Post-Transplant Kidney Survival

Jiaqi Men (Shanghai University of Finance and Economics), Jiguo Cao (Simon Fraser University)

CodeExplainability and InterpretabilityComputational EfficiencyDrug DiscoveryRecurrent Neural NetworkTransformerDiffusion modelScore-based ModelAuto EncoderContrastive LearningTabularTime SeriesBiomedical DataElectronic Health RecordsStochastic Differential Equation

🎯 What it does: Propose the FunCQNet framework, which utilizes deep neural networks and truncated quantile loss to estimate the time-varying coefficients of interactions between functional biomarkers and scalar covariates, thereby predicting long-term survival after kidney transplantation;

Functional Adjoint Sampler: Scalable Sampling on Infinite Dimensional Spaces

Byoungwoo Park (KAIST), Guan-Horng Liu (FAIR at Meta)

CodeOptimizationDrug DiscoveryProtein Structure PredictionDiffusion modelScore-based ModelBiomedical DataBenchmarkStochastic Differential EquationOrdinary Differential Equation

🎯 What it does: Propose Functional Adjoint Sampler (FAS), a diffusion sampler that can sample Gibbs distributions in infinite-dimensional Hilbert spaces, capable of directly sampling in the trajectory space and achieving endpoint constraints.

G$^2$RPO: Geometric GRPO; Escaping LLM's Reasoning Rut to Break Accuracy--Entropy Trade-off

Ali Rad (Cognichip AI), Ehsan Kamalinejad (Cognichip AI)

CodeOptimizationRepresentation LearningReinforcement Learning from Human FeedbackTransformerLarge Language ModelReinforcement LearningPrompt EngineeringTextChain-of-ThoughtOrdinary Differential Equation

🎯 What it does: This paper proposes a RLVR method called G RPO for post-training of LLMs, which suppresses diversity collapse caused by GRPO by adding the reciprocal gain based on mode probability to the advantage function, and maintains the accuracy learning channel through a "neutralization" correction.

GADA: Geometry-Aware Deformable Aggregation for Image-Based Gaussian Splatting

Siwoo Lim (Korea Advanced Institute of Science and Technology), Chang D. Yoo (Korea Advanced Institute of Science and Technology)

CodeRestorationSuper ResolutionComputational EfficiencyConvolutional Neural NetworkTransformerDiffusion modelNeural Radiance FieldGaussian SplattingOptical FlowImagePoint CloudBenchmark

🎯 What it does: Correct geometric errors in warping-based Gaussian Splatting in image rendering by using geometry-aware deformable aggregation to recover high-frequency details.

Game-Theoretic Co-Evolution for LLM-Based Heuristic Discovery

Xinyi Ke (Institute of Automation, Chinese Academy of Sciences), Jian Cheng (Institute of Automation, Chinese Academy of Sciences)

CodeOptimizationMeta LearningReinforcement Learning from Human FeedbackTransformerLarge Language ModelReinforcement LearningTabularSequentialBenchmark

🎯 What it does: Proposed a game-theoretic co-evolutionary framework called ASRO, which views LLM-driven heuristic discovery as a zero-sum game between a solver and an instance generator.

GameDevBench: Evaluating Agentic Capabilities Through Game Development

Wayne Chi (Carnegie Mellon University), Chris Donahue (Carnegie Mellon University)

CodeAI Code AssistantReinforcement Learning from Human FeedbackTransformerLarge Language ModelAgentic AIPrompt EngineeringImageVideoTextMultimodalityBenchmarkRetrieval-Augmented GenerationAudio

🎯 What it does: Develop the GameDevBench benchmark to evaluate the capabilities of LLM agents in Godot game development tasks;

GASS: Geometry-Aware Spherical Sampling for Disentangled Diversity Enhancement in Text-to-Image Generation

Ye Zhu (Ecole Polytechnique), Olga Russakovsky (Princeton University)

CodeGenerationTransformerPrompt EngineeringVision Language ModelDiffusion modelContrastive LearningImageTextMultimodality

🎯 What it does: By decomposing the CLIP space geometrically, the diversity of text-to-image generation is divided into prompt-related and prompt-agnostic categories, and during sampling, Geometry-Aware Spherical Sampling (GASS) is used to guide the generation of more diversely distributed images.

GDPO: Group reward-Decoupled Normalization Policy Optimization for Multi-reward RL Optimization

Shih-Yang Liu (NVIDIA), Pavlo Molchanov (NVIDIA)

CodeOptimizationReinforcement LearningText

🎯 What it does: This paper investigates the limitations of the traditional GRPO method in multi-reward reinforcement learning, and proposes GDPO by separating reward normalization to avoid the reward folding problem, thereby improving training stability and performance.

GemDepth: Geometry-Embedded Features for 3D-Consistent Video Depth

Yuecheng Liu (Huazhong University Of Science And Technology), Xin Yang (Huazhong University Of Science And Technology)

CodePose EstimationDepth EstimationConvolutional Neural NetworkTransformerDiffusion modelScore-based ModelAuto EncoderGenerative Adversarial NetworkContrastive LearningOptical FlowImageVideoPoint Cloud

🎯 What it does: Propose the GemDepth framework, which utilizes a geometric embedding module (GEM) and an alternating spatiotemporal Transformer (ASTT) to achieve 3D-consistent video depth estimation;

GEMQ: Global Expert-Level Mixed-Precision Quantization for MoE LLMs

Jianing Deng (University of Pittsburgh), Jingtong Hu (University of Pittsburgh)

CodeComputational EfficiencyKnowledge DistillationTransformerLarge Language ModelSupervised Fine-TuningPrompt EngineeringMixture of ExpertsText

🎯 What it does: This paper proposes a global expert-level mixed-precision quantization method called GEMQ, which systematically addresses the expert bit-width allocation and routing offset issues in MoE LLMs;

GenAlign: Towards Unified Alignment Framework of MLLMs via Generative Reward Model

Jingyu Zhang (Ant Group), shiwen cui

CodeExplainability and InterpretabilityComputational EfficiencyRepresentation LearningReinforcement Learning from Human FeedbackTransformerLarge Language ModelReinforcement LearningPrompt EngineeringVision Language ModelGenerative Adversarial NetworkContrastive LearningImageTextMultimodalityBenchmark

🎯 What it does: Propose the GenAlign framework, which combines generative reward models (GRM) with multimodal large language models (MLLM) alignment, achieving reasoning-based preference judgment based on adaptive rubric.

General Synthetic-Powered Inference

Meshi Bashari (Technion Iit), Yaniv Romano (Technion Iit)

CodeData SynthesisFederated LearningSafty and PrivacyComputational EfficiencyRepresentation LearningProtein Structure PredictionLarge Language ModelImageTextTabularBiomedical DataBenchmark

🎯 What it does: Developed a general framework called GESPI, which can securely utilize synthetic data in statistical inference while ensuring error rate control.

Generalist Graph Anomaly Detection via Prototype-Based Distillation

Yiming Xu (Xi'an Jiaotong University), Chao Shen (Xi'an Jiaotong University)

CodeAnomaly DetectionComputational EfficiencyKnowledge DistillationRepresentation LearningGraph Neural NetworkContrastive LearningGraph

🎯 What it does: Proposed ProMoS, an unsupervised general graph anomaly detection framework that can achieve zero-shot detection on unseen graphs