← Search

Hao Wang

362 accepted papers

2026

AutoEP: LLMs-Driven Automation of Hyperparameter Evolution for Metaheuristic Algorithms

ICLR 2026oral

Dynamically configuring algorithm hyperparameters is a fundamental challenge in computational intelligence. While learning-based methods offer automation, they suffer from prohibitive sample complexity and poor generalization. We introduce AutoEP, a novel framework that bypasses training entirely by…

Cited by 0SourcecodeScholar
2026

Autoregressive-based Progressive Coding for Ultra-Low Bitrate Image Compression

ICLR 2026poster

Generative models have demonstrated significant results in ultra-low bitrate image compression, owing to their powerful capabilities for content generation and texture completion. Existing works primarily based on diffusion models still face challenges such as limited bitrate adaptability and high c…

Cited by 0SourceScholar
2026

BayesAgent: Bayesian Agentic Reasoning Under Uncertainty via Verbalized Probabilistic Graphical Modeling

AAAI 2026technical

Human cognition excels at transcending sensory input and forming latent representations that structure our understanding of the world. While Large Language Model (LLM) agents demonstrate emergent reasoning and decision-making abilities, they lack a principled framework for capturing latent structure

Cited by 0SourcePDFScholar
2026

Can Recommender Systems Teach Themselves? A Recursive Self-Improving Framework with Fidelity Control

ICML 2026poster

The scarcity of high-quality training data presents a fundamental bottleneck to scaling machine learning models. This challenge is particularly acute in recommendation systems, where extreme sparsity in user interactions leads to rugged optimization landscapes and poor generalization. We propose the…

Cited by 0SourceScholar
2026

Center-Outward q-Dominance: A Sample-Computable Proxy for Strong Stochastic Dominance in Stochastic Multi-Objective Optimisation

AAAI 2026technical

Stochastic multi-objective optimization (SMOOP) requires ranking multivariate distributions; yet, most empirical studies perform scalarization, which loses information and is unreliable. Based on the optimal transport theory, we introduce the center-outward q-dominance relation and prove it implies

Cited by 0SourcePDFScholar
2026

ChemEval: A Multi-level and Fine-grained Chemical Capability Evaluation for Large Language Models

ICLR 2026poster

The emergence of Large Language Models (LLMs) in chemistry marks a significant advancement in applying artificial intelligence to chemical sciences. While these models show promising potential, their effective application in chemistry demands sophisticated evaluation protocols that address the field…

Cited by 0SourcecodeScholar
2026

Communication-efficient Multi-Agent Reinforcement Learning with Spatiotemporal Information Hub

AAAI 2026technical

Centralized training with decentralized execution (CTDE) is a framework for MARL with wide applications. In the CTDE paradigm, agents leverage global state information during training to mitigate the non-stationarity of the MARL environment, but must rely solely on partial observations during execut

Cited by 0SourcePDFScholar
2026

Cross-Chirality Generalization by Axial Vectors for Hetero-Chiral Protein-Peptide Interaction Design

ICML 2026poster

D-peptide binders targeting L-proteins have promising therapeutic potential. Despite rapid advances in machine learning-based target-conditioned peptide design, generating D-peptide binders remains largely unexplored. In this work, we show that by injecting axial features to E(3)-equivariant (polar)…

Cited by 0SourceScholar
2026

DeepMed Search: An Open-Source Agentic Platform for Medical Deep Research with Introspective Verification

IJCAI 2026

Navigating the deluge of heterogeneous medical data, from academic literature (PubMed) to clinical guidelines (Web) and private knowledge bases remains a critical bottleneck for evidence-based medicine. While commercial black-box tools lack transparency, standard open-source RAG implementations freq

Cited by 0Scholar
2026

DeepSTE: Deep Spectral Temporal Embeddings for Dynamic Graph Representation Learning

IJCAI 2026

Temporal embeddings play a crucial role in dynamic graph neural networks (DGNNs) by capturing the temporal dynamics of interactions. However, existing Random Fourier Feature (RFF)-based methods in DGNNs directly sample Fourier frequencies from a fixed, data-independent distribution $p(\omega)$, negl

Cited by 0Scholar
2026

Dep-MAP: A Multi-level Alignment Framework with Semantic Prototypes for Video-based Automatic Depression Assessment

AAAI 2026technical

Spatiotemporal analysis of facial behavior is a crucial method for evaluating the mental state of depression patients. However, in practice, depressed patients often display facial behaviors similar to healthy individuals due to masking tendencies. Additionally, facial expressions among depressed pa

Cited by 0SourcePDFScholar
2026

Disentangled Hypergraph-Guided Mamba Scanning for Fine-Grained Visual Recognition

AAAI 2026technical

Fine-grained Visual Recognition (FGVR) aims to distinguish between categories with subtle inter-class differences and large intra-class variations. While Vision Transformers with attention mechanisms have been widely adopted for FGVR, they usually suffer from high computational complexity and entang

Cited by 0SourcePDFScholar
2026

Effective MoE-based LLM Compression by Exploiting Heterogeneous Inter-Group Experts Routing Frequency and Information Density

ICML 2026poster

Mixture-of-Experts (MoE) based Large Language Models (LLMs) have achieved superior performance, yet the massive memory overhead caused by storing multiple expert networks severely hinders their practical deployment. Singular Value Decomposition (SVD)-based compression has emerged as a promising post…

Cited by 0SourceScholar
2026

Efficient Frontier-Sampling-Mixed Autonomous Exploration Using Environmental Complexity

ICRA 2026poster

When exploring complex unknown environments, unmanned aerial vehicles (UAVs) often experience reduced efficiency and robustness due to unevenly distributed occlusions. This paper proposes an efficient hybrid autonomous exploration algorithm that adapts to environmental complexity, enabling effective…

Cited by 0Scholar
2026

EigenCache: Rethinking Diffusion Acceleration as Covariance-Optimal Forecasting and Submodular Information Allocation

ICML 2026poster

Accelerating diffusion models via feature caching has evolved from static reuse to polynomial extrapolation, yet current "cache-then-forecast" strategies remain limited by rigid, hand-crafted approximation families (e.g., Taylor or Hermite bases) that often misalign with the complex, layer-specific …

Cited by 0SourceScholar
2026

Fast Monocular Depth Estimation for Underwater Robotics Leveraging Attenuation Differences As Supplementary Information

ICRA 2026poster

Underwater and in-air environments exhibit distinct imaging characteristics, which should be carefully considered and effectively exploited for accurate depth estimation. In this work, we analyze the effectiveness of wavelength-dependent attenuation for underwater depth estimation and show that it i…

Cited by 0Scholar
2026

FastAnimate: Towards Learnable Template Construction and Pose Deformation for Fast 3D Human Avatar Animation

AAAI 2026technical

3D human avatar animation aims at transforming a human avatar from an arbitrary initial pose to a specified target pose using deformation algorithms. Existing approaches typically divide this task into two stages: canonical template construction and target pose deformation. However, current template

Cited by 0SourcePDFScholar
2026

Foreground-Aware Token Routing Vision Transformer for Real-Time Satellite Video Tracking

ICML 2026poster

Real-time satellite video tracking poses distinct challenges, including accommodating high spatial-temporal resolution, dynamic backgrounds, and constrained onboard computational resources. While Discriminative Correlation Filter (DCF)-based methods offer high-speed inference, they suffer from limit…

Cited by 0SourceScholar
2026

From Text to Talk: Audio-Language Model Needs Non-Autoregressive Joint Training

ICLR 2026poster

Recent advances in large language models (LLMs) have attracted significant interest in extending their capabilities to multimodal scenarios, particularly for speech-to-speech conversational systems. However, existing multimodal models handling interleaved audio and text rely on autoregressive (AR) m…

Cited by 0SourcecodeScholar
2026

GFedCL: Graph-Based Federated Continual Learning with Spatial and Temporal Awareness

ICML 2026poster

Recent years have witnessed a surge of interest in federated learning. In particular, federated continual learning (FCL) emerged as an effective approach that enables clients with evolving, non-storable data to engage in collective learning. Among FCL approaches, replay-based methods excel by mitiga…

Cited by 0SourceScholar
2026

GTPO and GRPO-S: Token and Sequence-Level Reward Shaping with Policy Entropy

ICML 2026poster

Reinforcement Learning (RL) is pivotal for enhancing Large Language Model (LLM) reasoning, yet mainstream algorithms such as GRPO and DAPO remain constrained by a coarse-grained credit assignment paradigm, where all tokens within the same response receive the identical reward. In this paper, we prop…

Cited by 0SourceScholar
2026

HTTrack: Learning to Perceive Targets via Historical Trajectories in Satellite Video Tracking

AAAI 2026technical

In recent years, the rapid progress of deep learning has driven notable advancements in satellite video tracking, a critical task for applications such as environmental monitoring, disaster management, and defense. Despite these strides, existing approaches remain constrained by their inability to h

Cited by 0SourcePDFScholar
2026

High-Fidelity Simulated Data Generation for Real-World Zero-Shot Robotic Manipulation Learning With Gaussian Splatting

RA-L 2026

The scalability of robotic learning is fundamentally bottlenecked by the significant cost and labor of real-world data collection. While simulated data offers a scalable alternative, it often fails to generalize to the real world due to significant gaps in visual appearance, physical properties, and

Cited by 7SourceScholar
2026

IP-Adapter Is All You Need: Towards Fine-Tuning-Free Diffusion-Based Talking Face Generation

CVPR 2026

With the rapid advancement of diffusion models, talking face generation has made remarkable progress. However, existing diffusion-based methods still require task-specific fine-tuning and large-scale audiovisual datasets, resulting in high computational costs that hinder accessibility for resource-c

Cited by 0SourcecodeScholar
2026

Inference Scaling Law for Retrieval Augmented Generation

AAAI 2026technical

Retrieval-augmented generation (RAG) has recently emerged as a powerful framework for knowledge-intensive natural language processing tasks, which leverages the strengths of both pre-trained language models and external knowledge. While significant progress has been made, the scaling behavior of the

Cited by 0SourcePDFScholar
2026

Interpreting Fedspeak with Confidence: A LLM-Based Uncertainty-Aware Framework Guided by Monetary Policy Transmission Paths

AAAI 2026technical

"Fedspeak", the stylized and often nuanced language used by the U.S. Federal Reserve, encodes implicit policy signals and strategic stances. The Federal Open Market Committee strategically employs Fedspeak as a communication tool to shape market expectations and influence both domestic and global e

Cited by 0SourcePDFScholar
2026

LongStream: Long-Sequence Streaming Autoregressive Visual Geometry

CVPR 2026

Long-sequence streaming 3D reconstruction remains a significant open challenge. Existing autoregressive models often fail when processing long sequences because they anchor poses to the first frame, leading to attention decay, scale drift, and extrapolation errors. We introduce LongStream, a novel g

Cited by 0SourcecodeScholar
2026

MAS-ProVe: Understanding the Process Verification of Multi-Agent Systems

ICML 2026poster

Multi-Agent Systems (MAS) built on Large Language Models (LLMs) often exhibit high variance in their reasoning trajectories. Process verification, which evaluates intermediate steps in trajectories, has shown promise in general reasoning settings, and has been suggested as a potential tool for guidi…

Cited by 0SourceScholar
2026

MaMi-HOI: Harmonizing Global Kinematics and Local Geometry for Human-Object Interaction Generation

ICML 2026poster

Generating realistic 3D Human-Object Interactions (HOI) is a fundamental task for applications ranging from embodied AI to virtual content creation, which requires harmonizing high-level semantic intent with strict low-level physical constraints. Existing methods excel at semantic alignment, however…

Cited by 0SourceScholar
2026

ManipDreamer3D: Synthesizing Plausible Robotic Manipulation Video with Occupancy-aware 3D Trajectory

AAAI 2026technical

Data scarcity continues to be a critical bottleneck in the field of robotic manipulation, limiting the ability to train robust and generalizable models. While diffusion models provide a promising approach to synthesizing realistic robotic manipulation videos, their effectiveness hinges on the availa

Cited by 0SourcePDFScholar
2026

MicroEvoEval: A Systematic Evaluation Framework for Image-Based Microstructure Evolution Prediction

AAAI 2026technical

Simulating microstructure evolution (MicroEvo) is vital for materials design but demands high numerical accuracy, efficiency, and physical fidelity. Although recent studies on deep learning (DL) offers a promising alternative to traditional solvers, the field lacks standardized benchmarks. Existing

Cited by 0SourcePDFScholar
2026

Mitigating Non-IID Drift in Zeroth-Order Federated LLM Fine-Tuning with Transferable Sparsity

ICLR 2026poster

Federated Learning enables collaborative fine-tuning of Large Language Models (LLMs) across decentralized Non-Independent and Identically Distributed (Non-IID) clients, but such models' massive parameter sizes lead to significant memory and communication challenges. This work introduces Meerkat, a s…

Cited by 0SourceScholar
2026

MotionGRPO: Overcoming Low Intra-Group Diversity in GRPO-Based Egocentric Motion Recovery

ICML 2026poster

This paper studies full-body 3D human motion recovery from head-mounted device signals. Existing diffusion-based methods often rely on global distribution matching, leading to local joint reconstruction errors. We propose MotionGRPO, a novel framework leveraging reinforcement learning post-training …

Cited by 0SourceScholar
2026

Offline Policy Evaluation for Manipulation Policies via Discounted Liveness Formulation

RSS 2026poster

Policy evaluation is a fundamental component of the development and deployment pipeline for robotic policies. In modern manipulation systems, this problem is particularly challenging: rewards are often sparse, task progression of evaluation rollouts are often non-monotonic as the policies exhibit re…

Cited by 0SourceScholar
2026

On the Adversarial Robustness of Large Vision-Language Models under Visual Token Compression

ICML 2026poster

Visual token compression is widely used to accelerate large vision-language models (LVLMs) by pruning or merging visual tokens, yet its adversarial robustness remains unexplored. We show that existing encoder-based attacks can substantially overestimate the robustness of compressed LVLMs, due to an …

Cited by 0SourceScholar
2026

Perceptual Quality Assessment of 3D Gaussian Splatting: A Subjective Dataset and Prediction Metric

AAAI 2026technical

With the rapid advancement of 3D visualization, 3D Gaussian Splatting (3DGS) has emerged as a leading technique for real-time, high-fidelity rendering. While prior research has emphasized algorithmic performance and visual fidelity, the perceptual quality of 3DGS-rendered content, especially under v

Cited by 0SourcePDFScholar
2026

Poisoning with a Pill: Circumventing Detection in Federated Learning

AAAI 2026technical

Federated learning (FL) protects data privacy by enabling distributed model training without direct access to client data. However, its distributed nature makes it vulnerable to model and data poisoning attacks. While numerous defenses filter malicious clients using statistical metrics, they overloo

Cited by 0SourcePDFScholar
2026

ProactiveMobile: A Comprehensive Benchmark for Boosting Proactive Intelligence On Mobile Devices

CVPR 2026

Multimodal large language models (MLLMs) have made significant progress in mobile agent development, yet their capabilities are predominantly confined to a reactive paradigm, where they merely execute explicit user commands. The emerging paradigm of proactive intelligence, where agents autonomously

Cited by 0SourcecodeScholar
2026

RAW-Flow: Advancing RGB-to-RAW Image Reconstruction with Deterministic Latent Flow Matching

AAAI 2026technical

RGB-to-RAW reconstruction, or the reverse modeling of a camera Image Signal Processing (ISP) pipeline, aims to recover high-fidelity RAW data from RGB images. Despite notable progress, existing learning-based methods typically treat this task as a direct regression objective and still struggle with

Cited by 0SourcePDFScholar
2026

ReCAPA: Hierarchical Predictive Correction to Mitigate Cascading Failures

ICLR 2026poster

Vision–Language–Action (VLA) agents follow instructions to perform multi-step tasks in multimodal environments. To support planning and execution in such settings, many approaches typically adopt structured post-hoc or rely on fixed decomposition and rigid alignment to improve success rate. However,…

Cited by 0SourceScholar
2026

SafeSearch: Automated Red-Teaming of LLM-Based Search Agents

ICML 2026poster

Search agents connect LLMs to the Internet, enabling them to access broader and more up-to-date information. However, this also introduces a new threat surface: unreliable search results can mislead agents into producing unsafe outputs. Real-world incidents and our two in-the-wild observations show …

Cited by 0SourceScholar
2026

Sample-Efficient Learning with Online Expert Correction for Autonomous Catheter Steering in Endovascular Bifurcation Navigation

ICRA 2026poster

Robot-assisted endovascular intervention offers a safe and effective solution for remote catheter manipulation, reducing radiation exposure while enabling precise navigation. Reinforcement learning (RL) has recently emerged as a promising approach for autonomous catheter steering; however, conventio…

2026

Scheduling LLM Inference with Uncertainty-Aware Output Length Predictions

ICML 2026poster

To schedule LLM inference, the \textit{shortest job first} (SJF) principle is favorable by prioritizing requests with short output lengths to avoid head-of-line (HOL) blocking. Existing methods usually predict a single output length for each request to facilitate scheduling. We argue that such a \te…

Cited by 0SourceScholar
2026

Sculpting Subspaces: Constrained Full Fine-Tuning in LLMs for Continual Learning

ICLR 2026poster

Continual learning in large language models (LLMs) is prone to catastrophic forgetting, where adapting to new tasks significantly degrades performance on previously learned ones. Existing parameter-efficient methods often limit model expressivity or introduce new parameters per task, creating scalab…

Cited by 0SourcecodeScholar
2026

Semantic Feature Purification for Adversarially-Aware RGB-T Tracking

AAAI 2026technical

RGB-T tracking is increasingly deployed in safety-critical applications such as autonomous driving, surveillance, and rescue robotics, where tracking reliability is essential under adverse conditions. Although the fusion of RGB and thermal infrared (TIR) modalities offers improved robustness in low-

Cited by 0SourcePDFScholar
2026

SpikePingpong: Spike Vision-based Fast-Slow Pingpong Robot System

ICLR 2026poster

Learning to control high-speed objects in dynamic environments represents a fundamental challenge in robotics. Table tennis serves as an ideal testbed for advancing robotic capabilities in dynamic environments. This task presents two fundamental challenges: it requires a high-precision vision system…

Cited by 0SourceScholar
2026

Stealing Split Learning Bottom Models by Recovering Embedding Geometry

CVPR 2026

Vertical federated learning (VFL) trains models by splitting computation across clients and a server that only exchange intermediate embeddings. Recent work shows that a server even if honest-but-curious can steal a client's bottom model by querying the system and regressing on the returned embeddin

Cited by 0SourceScholar
2026

StepCodeReasoner: Aligning Code Reasoning with Stepwise Execution Traces via Reinforcement Learning

ICML 2026poster

Existing code reasoning methods primarily supervise final code outputs, ignoring intermediate states, often leading to reward hacking where correct answers are obtained through inconsistent reasoning. We propose StepCodeReasoner, a framework that introduces explicit intermediate execution-state supe…

Cited by 0SourceScholar
2026

Talk2Code: A Multi-Turn Interaction Benchmark with Dual-Track Evaluation for Code Generation

AAAI 2026technical

While large language models (LLMs) have demonstrated strong capabilities in code generation, current benchmarks primarily focus on single-turn scenarios, neglecting the complexity of multi-turn interactions and user diversity. To address this gap, we introduce Talk2Code, the first benchmark for user

Cited by 0SourcePDFScholar
2026

TokUR: Token-Level Uncertainty Estimation for Large Language Model Reasoning

ICLR 2026poster

While Large Language Models (LLMs) have demonstrated impressive capabilities, their output quality remains inconsistent across various application scenarios, making it difficult to identify trustworthy responses, especially in complex tasks requiring multi-step reasoning. In this paper, we propose a…

Cited by 0SourcecodeScholar
2026

Twins: Learn to Predict Unified Representations with Focal Loss

ICML 2026poster

Unified multimodal models seek a shared visual token space that supports both multimodal understanding and image generation. Discrete methods unify the interface via a shared codebook, whereas continuous pipelines often rely on two disparate representations—semantic features (e.g., ViT) for understa…

Cited by 0SourceScholar
2026

UI-R1: Enhancing Efficient Action Prediction of GUI Agents by Reinforcement Learning

AAAI 2026technical

The recent DeepSeek-R1 has showcased the emergence of reasoning capabilities in large language models (LLMs) through reinforcement learning (RL) with rule-based rewards. Despite its success in language tasks, its application in multimodal domains, particularly in graphic user interface (GUI) agent t

Cited by 0SourcePDFScholar
2026

VIR-Bench: Evaluating Geospatial and Temporal Understanding of MLLMs via Travel Video Itinerary Reconstruction

AAAI 2026technical

Recent advances in multimodal large language models (MLLMs) have significantly enhanced video understanding capabilities, opening new possibilities for practical applications. Yet current video benchmarks focus largely on indoor scenes or short-range outdoor activities, leaving the challenges associ

Cited by 0SourcePDFScholar
2026

VLAD-Grasp: Vision-Language Adaptive Depth Grasping for Part-Specific Manipulation

RA-L 2026

In household service robot grasping tasks, precisely identifying and grasping specific object parts are essential for ensuring safety and execution efficiency. Although existing Vision–Language Models (VLMs) support open-vocabulary understanding, they still struggle with fine-grained semantic instru

Cited by 0SourceScholar
2026

VLM-Guided Group Preference Alignment for Diffusion-based Human Mesh Recovery

CVPR 2026

Human mesh recovery (HMR) from a single RGB image is inherently ambiguous, as multiple 3D poses can correspond to the same 2D observation. Recent diffusion-based methods tackle this by generating various hypotheses, but often sacrifice accuracy. They yield predictions that are either physically impl

Cited by 0SourceScholar
2026

VisuRiddles: Fine-grained Perception is a Primary Bottleneck for Multimodal Large Language Models in Abstract Visual Reasoning

ICLR 2026poster

Recent strides in multimodal large language models (MLLMs) have demonstrated significant progress in many reasoning tasks, but they still fail in Abstract Visual Reasoning (AVR) tasks. Our experimental findings indicate that the core bottleneck lies not only in the reasoning capabilities of MLLMs bu…

Cited by 0SourcecodeScholar
2026

Visual Grounding Via Heterogeneous Representation Learning and Hierarchical Reasoning of Human-To-Vehicle Commands

ICRA 2026poster

With the proliferation of autonomous vehicles (AVs) and their increasing interaction and communication with the riders, how to ground or locate the visual objects of interests (OoIs), such as the concerned pedestrians and other traffic participants, based on the human riders’ natural language and co…

Cited by 0Scholar
2026

X-SAM: From Segment Anything to Any Segmentation

AAAI 2026technical

Large Language Models (LLMs) demonstrate strong capabilities in broad knowledge representation, yet they are inherently deficient in pixel-level perceptual understanding. Although the Segment Anything Model (SAM) represents a significant advancement in visual-prompt-driven image segmentation, it exh

Cited by 0SourcePDFScholar
2026

iLoRA: Bayesian Low-Rank Adaptation with Latent Interaction Graphs for Microbiome Diagnosis

ICML 2026poster

Reliable microbiome-based diagnosis is critical for precision medicine at scale in inflammatory diseases, yet current post-training pipelines in LLMs often overlook the interaction structure that governs microbial ecosystems. In inflammatory bowel disease (IBD), disease signals arise not only from s…

Cited by 0SourceScholar
2026

iSeal: Encrypted Fingerprinting for Reliable LLM Ownership Verification

AAAI 2026technical

Given the high cost of large language model (LLM) training from scratch, safeguarding LLM intellectual property (IP) becomes increasingly crucial. As the standard paradigm for IP ownership verification, LLM fingerprinting thus plays a vital role in addressing this challenge. Existing LLM fingerprint

Cited by 0SourcePDFScholar
2025

ADHMR: Aligning Diffusion-based Human Mesh Recovery via Direct Preference Optimization

ICML 2025poster

Human mesh recovery (HMR) from a single image is inherently ill-posed due to depth ambiguity and occlusions. Probabilistic methods have tried to solve this by generating numerous plausible 3D human mesh predictions, but they often exhibit misalignment with 2D image observations and weak robustness t…

2025

AHVE-CNER: Aligned Hanzi Visual Encoding Enhance Chinese Named Entity Recognition with Multi-Information

COLING 2025main

The integration of multi-modal information, especially the graphic features of Hanzi, is crucial for improving the performance of Chinese Named Entity Recognition (NER) tasks. However, existing glyph-based models frequently neglect the relationship between pictorial elements and radicals. This paper…

2025

Adaptive Schema-aware Event Extraction with Retrieval-Augmented Generation

EMNLP 2025

Event extraction (EE) is a fundamental task in natural language processing (NLP) that involves identifying and extracting event information from unstructured text. Effective EE in real-world scenarios requires two key steps: selecting appropriate schemas from hundreds of candidates and executing the

2025

Agent4Edu: Generating Learner Response Data by Generative Agents for Intelligent Education Systems

AAAI 2025technical

Personalized learning represents a promising educational strategy within intelligent educational systems, aiming to enhance learners' practice efficiency. However, the scarcity of offline practice response data (e.g., answer correctness) and potential biases in human online practice create a signifi…

2025

AirCache: Activating Inter-modal Relevancy KV Cache Compression for Efficient Large Vision-Language Model Inference

ICCV 2025poster

Recent advancements in Large Visual Language Models (LVLMs) have gained significant attention due to their remarkable reasoning capabilities and proficiency in generalization. However, processing a large number of visual tokens and generating long-context outputs impose substantial computational ove…

Cited by 0SourcePDFScholar
2025

An Engorgio Prompt Makes Large Language Model Babble on

ICLR 2025poster

Auto-regressive large language models (LLMs) have yielded impressive performance in many real-world tasks. However, the new paradigm of these LLMs also exposes novel threats. In this paper, we explore their vulnerability to inference cost attacks, where a malicious user crafts Engorgio prompts to…

2025

Application of soft constraints on mirror position to improve robustness of optical target positioning in shallow water

IROS 2025

The unique optical characteristics of the underwater environment, such as light refraction and loss of salient features, pose a significant challenge to traditional vision sensors, especially in the swarm operation scenario where multiple autonomous underwater vehicles (AUVs) cooperate with the moth

Cited by 0SourceScholar
2025

Beyond the Surface: Measuring Self-Preference in LLM Judgments

EMNLP 2025

Recent studies show that large language models (LLMs) exhibit self-preference bias when serving as judges, meaning they tend to favor their own responses over those generated by other models. Existing methods typically measure this bias by calculating the difference between the scores a judge model

2025

BrainVis: Exploring the Bridge between Brain and Visual Signals via Image Reconstruction

ICASSP 2025accepted

Analyzing and reconstructing visual stimuli from brain signals effectively advances our understanding of the human visual system. However, EEG signals are complex and contain significant noise, leading to substantial limitations in existing approaches of visual stimuli reconstruction from EEG. These…

Cited by 0SourceScholar
2025

Build LLM-Based Zero-Shot Streaming TTS System with Cosyvoice

ICASSP 2025accepted

LLM-based text-to-speech(TTS) system has becoming the new trend and SOTA due to its high naturalness and zero-shot capability. However, it relies heavily on training data, usually requires at least thousands hours of labeled audio. In this report, we describe how to use pretrained CosyVoice model, t…

Cited by 0SourceScholar
2025

CSPCL: Category Semantic Prior Contrastive Learning for Deformable DETR-Based Prohibited Item Detectors

NeurIPS 2025poster

Prohibited item detection based on X-ray images is one of the most effective security inspection methods. However, the foreground-background feature coupling caused by the overlapping phenomenon specific to X-ray images makes general detectors designed for natural images perform poorly. To address t…

Cited by 0SourcecodeScholar
2025

CausalMACE: Causality Empowered Multi-Agents in Minecraft Cooperative Tasks

EMNLP 2025

Minecraft, as an open-world virtual interactive environment, has become a prominent platform for research on agent decision-making and execution. Existing works primarily adopt a single Large Language Model (LLM) agent to complete various in-game tasks. However, for complex tasks requiring lengthy s

2025

CompKBQA: Component-wise Task Decomposition for Knowledge Base Question Answering

EMNLP 2025

Knowledge Base Question Answering (KBQA) aims to extract accurate answers from the Knowledge Base (KB). Traditional Semantic Parsing (SP)-based methods are widely used but struggle with complex queries. Recently, large language models (LLMs) have shown promise in improving KBQA performance. However,

2025

Cracking Instance Jigsaw Puzzles: An Alternative to Multiple Instance Learning for Whole Slide Image Analysis

ICCV 2025poster

While multiple instance learning (MIL) has shown to be a promising approach for histopathological whole slide image (WSI) analysis, its reliance on permutation invariance significantly limits its capacity to effectively uncover semantic correlations between instances within WSIs. Based on our empiri…

Cited by 0SourcePDFScholar
2025

DVM: Towards Controllable LLM Agents in Social Deduction Games

ICASSP 2025accepted

Large Language Models (LLMs) have advanced the capability of game agents in social deduction games (SDGs). These games rely heavily on conversation-driven interactions and require agents to infer, make decisions, and express based on such information. While this progress leads to more sophisticated…

Cited by 0SourceScholar
2025

DecompileBench: A Comprehensive Benchmark for Evaluating Decompilers in Real-World Scenarios

ACL 2025finding

Decompilers are fundamental tools for critical security tasks, from vulnerability discovery to malware analysis, yet their evaluation remains fragmented. Existing approaches primarily focus on syntactic correctness through synthetic micro-benchmarks or subjective human ratings, failing to address re…

2025

Derailer-Rerailer: Adaptive Verification for Efficient and Reliable Language Model Reasoning

ACL 2025finding

Large Language Models (LLMs) have shown impressive reasoning capabilities, yet existing prompting methods face a critical trade-off: simple approaches often struggle with complex tasks and reasoning stability, while more sophisticated methods require multiple inferences and substantial computational…

2025

DiffusionAttacker: Diffusion-Driven Prompt Manipulation for LLM Jailbreak

EMNLP 2025

Large Language Models (LLMs) are susceptible to generating harmful content when prompted with carefully crafted inputs, a vulnerability known as LLM jailbreaking. As LLMs become more powerful, studying jailbreak methods is critical to enhancing security and aligning models with human values. Traditi

Cited by 0SourcePDFScholar
2025

Disentangling Multi-view Representations via Curriculum Learning with Learnable Prior

IJCAI 2025

Multi-view representation learning methods typically follow a consistent-and-specific pipeline that aims at extracting latent representations for an entity from its multiple observable views to facilitate downstream tasks. However, most of them overlook the complex underlying correlation between dif

2025

Diversified Augmentation with Domain Adaptation for Debiased Video Temporal Grounding

ICASSP 2025accepted

Temporal sentence grounding in videos (TSGV) faces challenges due to public TSGV datasets containing significant temporal biases, which are attributed to the uneven temporal distributions of target moments. Existing methods generate augmented videos, where target moments are forced to have varying t…

Cited by 0SourceScholar
2025

Enhancing Extractive Question Answering in Multiparty Dialogues with Logical Inference Memory Network

COLING 2025main

Multiparty dialogue question answering (QA) in machine reading comprehension (MRC) is a challenging task due to its complex information flow interactions and logical QA inference. Existing models typically handle such QA tasks by decoupling dialogue information at both speaker and utterance levels.…

Cited by 0SourcePDFScholar
2025

FIC-TSC: Learning Time Series Classification with Fisher Information Constraint

ICML 2025poster

Analyzing time series data is crucial to a wide spectrum of applications, including economics, online marketplaces, and human healthcare. In particular, time series classification plays an indispensable role in segmenting different phases in stock markets, predicting customer behavior, and classifyi…

Cited by 0SourcePDFScholar
2025

FreDF: Learning to Forecast in the Frequency Domain

ICLR 2025poster

Time series modeling presents unique challenges due to autocorrelation in both historical data and future sequences. While current research predominantly addresses autocorrelation within historical data, the correlations among future labels are often overlooked. Specifically, modern forecasting mode…

2025

FreqMoE: Dynamic Frequency Enhancement for Neural PDE Solvers

IJCAI 2025

Fourier Neural Operators (FNO) have emerged as promising solutions for efficiently solving partial differential equations (PDEs) by learning infinite-dimensional function mappings through frequency domain transformations. However, the sparsity of high-frequency signals limits computational efficienc

Cited by 0SourcePDFScholar
2025

From Feature Interaction to Feature Generation: A Generative Paradigm of CTR Prediction Models

ICML 2025poster

Click-Through Rate (CTR) prediction models estimate the probability of users clicking on items based on feature interactions, inherently following a discriminative paradigm. However, this paradigm is prone to embedding dimensional collapse and information redundancy due to limitations of vanilla fe…

2025

GRV-KBQA: A Three-Stage Framework for Knowledge Base Question Answering with Decoupled Logical Structure, Semantic Grounding and Structure-Aware Validation

EMNLP 2025

Knowledge Base Question Answering (KBQA) is a fundamental task that enables natural language interaction with structured knowledge bases (KBs).Given a natural language question, KBQA aims to retrieve the answers from the KB. However, existing approaches, including retrieval-based, semantic parsing-b

Cited by 0SourcePDFScholar
2025

GenVP: Generating Visual Puzzles with Contrastive Hierarchical VAEs

ICLR 2025poster

Raven’s Progressive Matrices (RPMs) is an established benchmark to examine the ability to perform high-level abstract visual reasoning (AVR). Despite the current success of algorithms that solve this task, humans can generalize beyond a given puzzle and create new puzzles given a set of rules, where…

Cited by 0SourcePDFScholar
2025

Generalizing Experience for Language Agents with Hierarchical MetaFlows

NeurIPS 2025poster

Recent efforts to employ large language models (LLMs) as agents have demonstrated promising results in a wide range of multi-step agent tasks. However, existing agents lack an effective experience reuse approach to leverage historical completed tasks. In this paper, we propose a novel experience reu…

Cited by 0SourceScholar
2025

Graph-Guided Scene Reconstruction from Images with 3D Gaussian Splatting

ICLR 2025poster

This paper investigates an open research challenge of reconstructing high-quality, large-scale 3D open scenes from images. It is observed existing methods have various limitations, such as requiring precise camera poses for input and dense viewpoints for supervision. To perform effective and effici…

Cited by 1SourcePDFScholar
2025

Guiding LLM-based Smart Contract Generation with Finite State Machine

IJCAI 2025

Smart contract is a kind of self-executing code based on blockchain technology with a wide range of application scenarios, but the traditional generation method relies on manual coding and expert auditing, which has a high threshold and low efficiency. Although Large Language Models (LLMs) show grea

Cited by 0SourcePDFScholar
2025

Hopscotch: Discovering and Skipping Redundancies in Language Models

EMNLP 2025

Modern causal language models stack many attention blocks to improve performance, but not all blocks are necessary for every task. We propose Hopscotch, a simple yet effective method that identifies and skips attention blocks with least contributions to a task and adapts to preserve output quality.

Cited by 0SourcePDFScholar
2025

InterIDEAS: Philosophical Intertextuality via LLMs

EMNLP 2025

The formation and circulation of ideas in philosophy have profound implications for understanding philosophical dynamism–enabling us to identify seminal texts, delineate intellectual traditions, and track changing conventions in the act of philosophizing. However, traditional analyses of these issue

Cited by 0SourcePDFScholar
2025

Inverse Methods for Missing Data Imputation

NeurIPS 2025poster

Iterative imputation is a prevalent method for completing missing data, which involves iteratively imputing each feature by treating it as a target variable and predicting its missing values using the remaining features. However, existing iterative imputation methods exhibit two critical defects: (…

Cited by 0SourcecodeScholar
2025

IoTMigrator: LLM-driven Embedded IoT Code Migration across Different OSes for Cloud-device Integration

EMNLP 2025

The increasing prevalence of embedded systems has necessitated manufacturers to migrate product code, transferring existing products to new embedded operating systems (OSes) for getting better compatibility and performance. Since manufacturers’ product code predominantly employs the Thing Specificat

Cited by 0SourcePDFScholar
2025

Knockoffs Inference for Partially Linear Models with Automatic Structure Discovery

AAAI 2025technical

Partially linear models (PLM) have attracted much attention in the field of statistical machine learning. Specially, the ability of variable selection of PLM has been studied extensively due to the high requirement of model interpretability. However, few of the existing works concerns the false disc…

Cited by 0SourcePDFScholar
2025

Know What You Don't Know: Uncertainty Calibration of Process Reward Models

NeurIPS 2025poster

Process reward models (PRMs) play a central role in guiding inference-time scaling algorithms for large language models (LLMs). However, we observe that even state-of-the-art PRMs can be poorly calibrated. Specifically, they tend to overestimate the success probability that a partial reasoning step…

Cited by 0SourceScholar
2025

LARGO: Latent Adversarial Reflection through Gradient Optimization for Jailbreaking LLMs

NeurIPS 2025poster

Efficient red-teaming method to uncover vulnerabilities in Large Language Models (LLMs) is crucial. While recent attacks often use LLMs as optimizers, the discrete language space make gradient-based methods struggle. We introduce LARGO (Latent Adversarial Reflection through Gradient Optimization), a…

Cited by 0SourceScholar
2025

LAiW: A Chinese Legal Large Language Models Benchmark

COLING 2025main

General and legal domain LLMs have demonstrated strong performance in various tasks of LegalAI. However, their current evaluations lack alignment with the fundamental logic of legal reasoning, the legal syllogism. This hinders trust and understanding from legal experts. To bridge this gap, we introd…

2025

Learning Robust Multi-view Representation Using Dual-masked VAEs

IJCAI 2025

Most existing multi-view representation learning methods assume view-completeness and noise-free data. However, such assumptions are strong in real-world applications. Despite advances in methods tailored to view-missing or noise problems individually, a one-size-fits-all approach that concurrently

2025

Libra-Leaderboard: Towards Responsible AI through a Balanced Leaderboard of Safety and Capability

NAACL 2025system demonstrations

As large language models (LLMs) continue to evolve, leaderboards play a significant role in steering their development. Existing leaderboards often prioritize model capabilities while overlooking safety concerns, leaving a significant gap in responsible AI development. To address this gap, we introd…

2025

Loki: An Open-Source Tool for Fact Verification

COLING 2025system demonstrations

We introduce Loki, an open-source tool designed to address the growing problem of misinformation. Loki adopts a human-centered approach, striking a balance between the quality of fact-checking and the cost of human involvement. It decomposes the fact-checking task into a five-step pipeline: breaking…

2025

MERIT: Multi-Agent Collaboration for Unsupervised Time Series Representation Learning

ACL 2025finding

This paper studies the problem of unsupervised time series representation learning, which aims to map unlabeled time series data into a low-dimensional latent space for various downstream tasks. Previous works usually combine a range of augmentation strategies with contrastive learning to generate d…

Cited by 0SourcePDFScholar
2025

MPAM-3DGS: Multi-Parametric Adversarial Manipulation for 3D Gaussian Splatting

ICASSP 2025accepted

3D Gaussian Splatting (3DGS) is gaining popularity in fields such as robotics, autonomous driving, and virtual reality, due to its effectiveness and efficiency. Given that some tasks involve high risks, it is crucial to investigate the adversarial robustness of 3DGS and its downstream tasks—a topic…

Cited by 0SourceScholar
2025

Manhattan Self-Attention Diffusion Residual Networks with Dynamic Bias Rectification for BCI-based Few-Shot Learning

AAAI 2025technical

The distribution biases and scarcity of samples in multi-source data present significant challenges for few-shot learning (FSL) tasks based on brain-computer interface (BCI). Recent efforts have explored the application of diffusion mechanisms in FSL, typically utilizing labeled data to augment the…

Cited by 0SourcePDFScholar
2025

Marco-o1 v2: Towards Widening The Distillation Bottleneck for Reasoning Models

ACL 2025long

Large Reasoning Models (LRMs) such as OpenAI o1 and DeepSeek-R1 have shown remarkable reasoning capabilities by scaling test-time compute and generating long Chain-of-Thought (CoT). Distillation post-training on LRMs-generated data is a straightforward yet effective method to enhance the reasoning a…

Cited by 0SourcePDFScholar
2025

Match, Compare, or Select? An Investigation of Large Language Models for Entity Matching

COLING 2025main

Entity matching (EM) is a critical step in entity resolution (ER). Recently, entity matching based on large language models (LLMs) has shown great promise. However, current LLM-based entity matching approaches typically follow a binary matching paradigm that ignores the global consistency among reco…

2025

Medical MLLM Is Vulnerable: Cross-Modality Jailbreak and Mismatched Attacks on Medical Multimodal Large Language Models

AAAI 2025technical

Security concerns related to Large Language Models (LLMs) have been extensively explored; however, the safety implications for Multimodal Large Language Models (MLLMs), particularly in medical contexts (MedMLLMs), remain inadequately addressed. This paper investigates the security vulnerabilities of…

2025

MultiGO: Towards Multi-level Geometry Learning for Monocular 3D Textured Human Reconstruction

CVPR 2025poster

This paper investigates the research task of reconstructing the 3D clothed human body from a monocular image. Due to the inherent ambiguity of single-view input, existing approaches leverage pre-trained SMPL(-X) estimation models or generative models to provide auxiliary information for human recons…

Cited by 3SourcePDFScholar
2025

Multimodal Needle in a Haystack: Benchmarking Long-Context Capability of Multimodal Large Language Models

NAACL 2025long

Multimodal Large Language Models (MLLMs) have shown significant promise in various applications, leading to broad interest from researchers and practitioners alike. However, a comprehensive evaluation of their long-context capabilities remains underexplored. To address these gaps, we introduce the M…

2025

NetFormer: An interpretable model for recovering dynamical connectivity in neuronal population dynamics

ICLR 2025spotlight

Neuronal dynamics are highly nonlinear and nonstationary. Traditional methods for extracting the underlying network structure from neuronal activity recordings mainly concentrate on modeling static connectivity, without accounting for key nonstationary aspects of biological neural systems, such as o…

Cited by 0SourcePDFScholar
2025

OLinear: A Linear Model for Time Series Forecasting in Orthogonally Transformed Domain

NeurIPS 2025poster

This paper presents $\mathbf{OLinear}$, a $\mathbf{linear}$-based multivariate time series forecasting model that operates in an $\mathbf{o}$rthogonally transformed domain. Recent forecasting models typically adopt the temporal forecast (TF) paradigm, which directly encode and decode time series in…

Cited by 0SourcecodeScholar
2025

OmniArch: Building Foundation Model for Scientific Computing

ICML 2025poster

Foundation models have revolutionized language modeling, while whether this success is replicated in scientific computing remains unexplored. We present OmniArch, the first prototype aiming at solving multi-scale and multi-physics scientific computing problems with physical alignment. We addressed a…

Cited by 0SourcePDFScholar
2025

On Calibration of LLM-based Guard Models for Reliable Content Moderation

ICLR 2025poster

Large language models (LLMs) pose significant risks due to the potential for generating harmful content or users attempting to evade guardrails. Existing studies have developed LLM-based guard models designed to moderate the input and output of threat LLMs, ensuring adherence to safety policies by b…

2025

Optimal Transport for Time Series Imputation

ICLR 2025poster

Missing data imputation through distribution alignment has demonstrated advantages for non-temporal datasets but exhibits suboptimal performance in time-series applications. The primary obstacle is crafting a discrepancy measure that simultaneously (1) captures temporal patterns—accounting for perio…

2025

Outdoor Monocular SLAM with Global Scale-Consistent 3D Gaussian Pointmaps

ICCV 2025poster

3D Gaussian Splatting (3DGS) has become a popular solution in SLAM due to its high-fidelity and real-time novel view synthesis performance. However, some previous 3DGS SLAM methods employ a differentiable rendering pipeline for tracking, lack geometric priors in outdoor scenes. Other approaches intr…

Cited by 0SourcePDFScholar
2025

P-Law: Predicting Quantitative Scaling Law with Entropy Guidance in Large Recommendation Models

NeurIPS 2025poster

With the growing size of data and models in Large Recommendation Models, the time required for debugging has become increasingly prohibitive, underscoring the urgent need for effective guidance in parameter configuration. The Scaling Law (SL) offers analogous guidance in the Sequential Language doma…

Cited by 0SourcecodeScholar
2025

PCToolkit: A Unified Plug-and-Play Prompt Compression Toolkit of Large Language Models

IJCAI 2025

Prompt engineering enables Large Language Models (LLMs) to perform a variety of tasks. However, lengthy prompts significantly increase computational complexity and economic costs. To address this issue, prompt compression reduces prompt length while maintaining LLM response quality. To support rapid

2025

Path-enhanced Pre-trained Language Model for Knowledge Graph Completion

EMNLP 2025

Pre-trained language models (PLMs) have achieved remarkable knowledge graph completion(KGC) success. However, most methods derive KGC results mainly from triple-level and text-described learning, which lack the capability to capture long-term relational and structural information. Moreover, the abse

Cited by 0SourcePDFScholar
2025

PhysSplat: Efficient Physics Simulation for 3D Scenes via MLLM-Guided Gaussian Splatting

ICCV 2025poster

Recent advancements in 3D generation models have opened new possibilities for simulating dynamic 3D object movements and customizing behaviors, yet creating this content remains challenging. Current methods often require manual assignment of precise physical properties for simulations or rely on vid…

Cited by 0SourcePDFScholar
2025

Physics-Embedded Motion Planning With Contact Handling for Continuum Surgical Robots

RA-L 2025

Motion planning for Continuum Surgical Robots (CSRs) faces significant challenges during minimally invasive surgery (MIS) when operating within highly constrained anatomical workspaces. Although traditional approaches aim to prevent tissue damage by finding collision-free paths, robot-tissue interac

Cited by 3SourceScholar
2025

PoGDiff: Product-of-Gaussians Diffusion Models for Imbalanced Text-to-Image Generation

NeurIPS 2025poster

Diffusion models have made significant advancements in recent years. However, their performance often deteriorates when trained or fine-tuned on imbalanced datasets. This degradation is largely due to the disproportionate representation of majority and minority data in image-text pairs. In this pape…

Cited by 0SourceScholar
2025

Protecting Users From Themselves: Safeguarding Contextual Privacy in Interactions with Conversational Agents

ACL 2025finding

Conversational agents are increasingly woven into individuals’ personal lives, yet users often underestimate the privacy risks associated with them. The moment users share information with these agents —such as large language models (LLMs)— their private information becomes vulnerable to exposure. I…

2025

RAG-IGBench: Innovative Evaluation for RAG-based Interleaved Generation in Open-domain Question Answering

NeurIPS 2025poster

In real-world scenarios, providing user queries with visually enhanced responses can considerably benefit understanding and memory, underscoring the great value of interleaved image-text generation. Despite recent progress, like the visual autoregressive model that unifies text and image processing…

Cited by 0SourcecodeScholar
2025

RAPID: Efficient Retrieval-Augmented Long Text Generation with Writing Planning and Information Discovery

ACL 2025finding

Generating knowledge-intensive and comprehensive long texts, such as encyclopedia articles, remains significant challenges for Large Language Models. It requires not only the precise integration of facts but also the maintenance of thematic coherence throughout the article. Existing methods, such as…

2025

RGB-Only Gaussian Splatting SLAM for Unbounded Outdoor Scenes

ICRA 2025

3D Gaussian Splatting (3DGS) has become a popular solution in SLAM, as it can produce high-fidelity novel views. However, previous GS-based methods primarily target indoor scenes and rely on RGB-D sensors or pretrained depth estimation models, hence underperforming in outdoor scenarios. To address t

Cited by 19SourcecodeScholar
2025

RePST: Language Model Empowered Spatio-Temporal Forecasting via Semantic-Oriented Reprogramming

IJCAI 2025

Spatio-temporal forecasting is pivotal in numerous real-world applications, including transportation planning, energy management, and climate monitoring. In this work, we aim to harness the reasoning and generalization abilities of Pre-trained Language Models (PLMs) for more effective spatio-tempora

2025

RegGS: Unposed Sparse Views Gaussian Splatting with 3DGS Registration

ICCV 2025poster

3D Gaussian Splatting (3DGS) has demonstrated its potential in reconstructing scenes from unposed images. However, optimization-based 3DGS methods struggle with sparse views due to limited prior knowledge. Meanwhile, feed-forward Gaussian approaches are constrained by input formats, making it challe…

Cited by 0SourcePDFScholar
2025

Revealing Key Details to See Differences: A Novel Prototypical Perspective for Skeleton-based Action Recognition

CVPR 2025highlight

In skeleton-based action recognition, a key challenge is distinguishing between actions with similar trajectories of joints due to the lack of image-level details in skeletal representations. Recognizing that the differentiation of similar actions relies on subtle motion details in specific body par…

2025

SCA3D: Enhancing Cross-Modal 3D Retrieval via 3D Shape and Caption Paired Data Augmentation

ICRA 2025

The cross-modal 3D retrieval task aims to achieve mutual matching between text descriptions and 3D shapes. This has the potential to enhance the interaction between natural language and the 3D environment, especially within the realms of robotics and embodied artificial intelligence (AI) application

Cited by 8SourcecodeScholar
2025

SSC-VAE: Structured Sparse Coding Based Variational Autoencoder for Detail Preserved Image Reconstruction

AAAI 2025technical

Discrete latent representation techniques, such as Vector Quantization (VQ) and Sparse Coding (SC), have demonstrated superior image reconstruction and generation quality compared to continuous representation methods in Variational Autoencoders (VAEs). However, existing approaches often treat the la…

2025

SelfAug: Mitigating Catastrophic Forgetting in Retrieval-Augmented Generation via Distribution Self-Alignment

EMNLP 2025

Recent advancements in large language models (LLMs) have revolutionized natural language processing through their remarkable capabilities in understanding and executing diverse tasks. While supervised fine-tuning, particularly in Retrieval-Augmented Generation (RAG) scenarios, effectively enhances t

2025

Sequence Complementor: Complementing Transformers for Time Series Forecasting with Learnable Sequences

AAAI 2025technical

Since its introduction, the transformer has shifted the development trajectory away from traditional models (e.g., RNN, MLP) in time series forecasting, which is attributed to its ability to capture global dependencies within temporal tokens. Follow-up studies have largely involved altering the toke…

Cited by 0SourcePDFScholar
2025

SliceOcc: Indoor 3D Semantic Occupancy Prediction with Vertical Slice Representation

ICRA 2025

3D semantic occupancy prediction is a crucial task in visual perception, as it requires the simultaneous comprehension of both scene geometry and semantics. It plays a crucial role in understanding 3D scenes and has great potential for various applications, such as robotic vision perception and auto

Cited by 5SourcecodeScholar
2025

StableToolBench-MirrorAPI: Modeling Tool Environments as Mirrors of 7,000+ Real-World APIs

ACL 2025finding

The rapid advancement of large language models (LLMs) has spurred significant interest in tool learning, where LLMs are augmented with external tools to tackle complex tasks. However, existing tool environments face challenges in balancing stability, scale, and realism, particularly for benchmarking…

2025

Star Operation in Self-Attention for 3D Human Pose Estimation

ICASSP 2025accepted

Recent transformer-based methods have achieved notable success in 3D human pose estimation. However, the most utilized self-attention mechanisms compute the attention matrix by performing a dot product on inter-vector features, which may overlook finer element-wise interactions. In this paper, we in…

Cited by 0SourceScholar
2025

Stealthy Backdoor Attack in Federated Learning via Adaptive Layer-wise Gradient Alignment

ICCV 2025poster

The distributed nature of federated learning exposes it to significant security threats, among which backdoor attacks are one of the most prevalent. However, existing backdoor attacks face a trade-off between attack strength and stealthiness: attacks maximizing the attack strength are often detectab…

2025

StyleStudio: Text-Driven Style Transfer with Selective Control of Style Elements

CVPR 2025poster

Text-driven style transfer aims to merge the style of a reference image with content described by a text prompt. Recent advancements in text-to-image models have improved the nuance of style transformations, yet significant challenges remain, particularly with overfitting to reference styles, limit…

Cited by 0SourcePDFScholar
2025

SuperGPQA: Scaling LLM Evaluation across 285 Graduate Disciplines

NeurIPS 2025poster

Large language models (LLMs) have demonstrated remarkable proficiency in mainstream academic disciplines such as mathematics, physics, and computer science. However, human knowledge encompasses over 200 specialized disciplines, far exceeding the scope of existing benchmarks. The capabilities of LLMs…

Cited by 215SourceScholar
2025

TLUE: A Tibetan Language Understanding Evaluation Benchmark

EMNLP 2025

Large language models have made tremendous progress in recent years, but low-resource languages, like Tibetan, remain significantly underrepresented in their evaluation. Despite Tibetan being spoken by over seven million people, it has largely been neglected in the development and assessment of LLMs

2025

The Hidden Life of Tokens: Reducing Hallucination of Large Vision-Language Models Via Visual Information Steering

ICML 2025poster

Large Vision-Language Models (LVLMs) can reason effectively over both textual and visual inputs, but they tend to hallucinate syntactically coherent yet visually ungrounded contents. In this paper, we investigate the internal dynamics of hallucination by examining the tokens logits rankings througho…

2025

Time-o1: Time-Series Forecasting Needs Transformed Label Alignment

NeurIPS 2025poster

Training time-series forecast models presents unique challenges in designing effective learning objectives. Existing methods predominantly utilize the temporal mean squared error, which faces two critical challenges: (1) label autocorrelation, which leads to bias from the label sequence likelihood;…

Cited by 0SourcecodeScholar
2025

Towards Accurate Time Series Forecasting via Implicit Decoding

NeurIPS 2025poster

Recent booming time series models have demonstrated remarkable forecasting performance. However, these methods often place greater focus on more effectively modelling the historical series, largely neglecting the forecasting phase, which generates long-term forecasts by separately predicting multipl…

Cited by 0SourcecodeScholar
2025

Training-Free Bayesianization for Low-Rank Adapters of Large Language Models

NeurIPS 2025poster

Estimating the uncertainty of responses from Large Language Models (LLMs) remains a critical challenge. While recent Bayesian methods have demonstrated effectiveness in quantifying uncertainty through low-rank weight updates, they typically require complex fine-tuning or post-training procedures. In…

Cited by 0SourcecodeScholar
2025

UCL-Bench: A Chinese User-Centric Legal Benchmark for Large Language Models

NAACL 2025findings

Existing legal benchmarks focusing on knowledge and logic effectively evaluate LLMs on various tasks in legal domain. However, few have explored the practical application of LLMs by actual users. To further assess whether LLMs meet the specific needs of legal practitioners in real-world scenarios, w…

2025

Unbiased Recommender Learning from Implicit Feedback via Weakly Supervised Learning

ICML 2025poster

Implicit feedback recommendation is challenged by the missing negative feedback essential for effective model training. Existing methods often resort to negative sampling, a technique that assumes unlabeled interactions as negative samples. This assumption risks misclassifying potential positive sam…

2025

Unified Open-World Segmentation with Multi-Modal Prompts

ICCV 2025poster

In this work, we present COSINE, a unified open-world segmentation model that Consolidates Open-vocabulary Segmentation and IN-context sEgmentation with multi-modal prompts (e.g., text and image). COSINE exploits foundation models to extract representations for an input image and corresponding multi…

2025

Unveiling the Secret Recipe: A Guide For Supervised Fine-Tuning Small LLMs

ICLR 2025poster

The rise of large language models (LLMs) has created a significant disparity: industrial research labs with their computational resources, expert teams, and advanced infrastructures, can effectively fine-tune LLMs, while individual developers and small organizations face barriers due to limited reso…

2025

VistaWise: Building Cost-Effective Agent with Cross-Modal Knowledge Graph for Minecraft

EMNLP 2025

Large language models (LLMs) have shown significant promise in embodied decision-making tasks within virtual open-world environments. Nonetheless, their performance is hindered by the absence of domain-specific knowledge. Methods that finetune on large-scale domain-specific data entail prohibitive d

2025

WHALE-FL: Wireless and Heterogeneity Aware Latency Efficient Federated Learning over Mobile Devices via Adaptive Subnetwork Scheduling

AAAI 2025technical

As a popular distributed learning paradigm, federated learning (FL) over mobile devices fosters numerous applications, while their practical deployment is hindered by participating devices' computing and communication heterogeneity. Some pioneering research efforts proposed to extract subnetworks fr…

Cited by 0SourcePDFScholar
2025

iGaussian: Real-Time Camera Pose Estimation via Feed-Forward 3D Gaussian Splatting Inversion

IROS 2025

Recent trends in SLAM and visual navigation have embraced 3D Gaussians as the preferred scene representation, highlighting the importance of estimating camera poses from a single image using a pre-built Gaussian model. However, existing approaches typically rely on an iterative render-compare-refine

Cited by 0SourcecodeScholar
2025

pFedGPT: Hierarchically Optimizing LoRA Aggregation Weights for Personalized Federated GPT Models

EMNLP 2025

Federated finetuning of Large Language Models (LLMs) using Low-Rank Adaptation (LoRA) offers computational efficiency and preserves data privacy. However, applying LoRA in federated settings faces significant challenges: standard approaches struggle with data heterogeneity, and existing personalizat

Cited by 0SourcePDFScholar
2024

A Density-Guided Temporal Attention Transformer for Indiscernible Object Counting in Underwater Videos

ICASSP 2024accepted

Dense object counting or crowd counting has come a long way thanks to the recent development in the vision community. However, indiscernible object counting, which aims to count the number of targets that are blended with respect to their surroundings, has been a challenge. Image-based object counti…

Cited by 0SourceScholar
2024

A Framework of Knowledge Graph-Enhanced Large Language Model Based on Question Decomposition and Atomic Retrieval

EMNLP 2024finding

Knowledge graphs (KGs) can provide explainable reasoning for large language models (LLMs), alleviating their hallucination problem. Knowledge graph question answering (KGQA) is a typical benchmark to evaluate the methods enhancing LLMs with KG. Previous methods on KG-enhanced LLM for KGQA either enh…

Cited by 0SourcePDFScholar
2024

ASETF: A Novel Method for Jailbreak Attack on LLMs through Translate Suffix Embeddings

EMNLP 2024main

The safety defense methods of Large language models (LLMs) stays limited because the dangerous prompts are manually curated to just few known attack types, which fails to keep pace with emerging varieties. Recent studies found that attaching suffixes to harmful instructions can hack the defense of L…

Cited by 9SourcePDFScholar
2024

Augmenting Reasoning Capabilities of LLMs with Graph Structures in Knowledge Base Question Answering

EMNLP 2024finding

Recently, significant progress has been made in employing Large Language Models (LLMs) for semantic parsing to address Knowledge Base Question Answering (KBQA) tasks. Previous work utilize LLMs to generate query statements on Knowledge Bases (KBs) for retrieving answers. However, LLMs often generate…

2024

B-spine: Learning B-spline Curve Representation for Robust and Interpretable Spinal Curvature Estimation

AAAI 2024technical

Spinal curvature estimation is important to the diagnosis and treatment of the scoliosis. Existing methods face several issues such as the need of expensive annotations on the vertebral landmarks and being sensitive to the image quality. It is challenging to achieve robust estimation and obtain inte…

2024

BLoB: Bayesian Low-Rank Adaptation by Backpropagation for Large Language Models

NeurIPS 2024poster

Large Language Models (LLMs) often suffer from overconfidence during inference, particularly when adapted to downstream domain-specific tasks with limited data. Previous work addresses this issue by employing approximate Bayesian estimation after the LLMs are trained, enabling them to quantify uncer…

2024

Backdoor Federated Learning by Poisoning Backdoor-Critical Layers

ICLR 2024poster

Federated learning (FL) has been widely deployed to enable machine learning training on sensitive data across distributed devices. However, the decentralized learning paradigm and heterogeneity of FL further extend the attack surface for backdoor attacks. Existing FL attack and defense methodologies…

Cited by 16SourcePDFScholar
2024

Benchmarking Large Language Models on Communicative Medical Coaching: A Dataset and a Novel System

ACL 2024findings

Traditional applications of natural language processing (NLP) in healthcare have predominantly focused on patient-centered services, enhancing patient interactions and care delivery, such as through medical dialogue systems. However, the potential of NLP to benefit inexperienced doctors, particularl…

Cited by 1SourcePDFScholar
2024

Beware of Road Markings: A New Adversarial Patch Attack to Monocular Depth Estimation

NeurIPS 2024poster

Monocular Depth Estimation (MDE) enables the prediction of scene depths from a single RGB image, having been widely integrated into production-grade autonomous driving systems, e.g., Tesla Autopilot. Current adversarial attacks to MDE models focus on attaching an optimized adversarial patch to a des…

2024

Beyond MOT: Semantic Multi-Object Tracking

ECCV 2024poster

"Current multi-object tracking (MOT) aims to predict trajectories of targets (, “where”) in videos. Yet, knowing merely “where” is insufficient in many crucial applications. In comparison, semantic understanding such as fine-grained behaviors, interactions, and overall summarized captions (, “what”)…

2024

Breaking Determinism: Fuzzy Modeling of Sequential Recommendation Using Discrete State Space Diffusion Model

NeurIPS 2024poster

Sequential recommendation (SR) aims to predict items that users may be interested in based on their historical behavior sequences. We revisit SR from a novel information-theoretic perspective and find that conventional sequential modeling methods fail to adequately capture the randomness and unpredi…

Cited by 9SourcePDFScholar
2024

CGI-DM: Digital Copyright Authentication for Diffusion Models via Contrasting Gradient Inversion

CVPR 2024poster

Diffusion Models (DMs) have evolved into advanced image generation tools especially for few-shot generation where a pre-trained model is fine-tuned on a small set of images to capture a specific style or object. Despite their success concerns exist about potential copyright violations stemming from…

2024

Cautiously-Optimistic Knowledge Sharing for Cooperative Multi-Agent Reinforcement Learning

AAAI 2024technical

While decentralized training is attractive in multi-agent reinforcement learning (MARL) for its excellent scalability and robustness, its inherent coordination challenges in collaborative tasks result in numerous interactions for agents to learn good policies. To alleviate this problem, action advis…

2024

Cheaper and Faster: Distributed Deep Reinforcement Learning with Serverless Computing

AAAI 2024technical

Deep reinforcement learning (DRL) has gained immense success in many applications, including gaming AI, robotics, and system scheduling. Distributed algorithms and architectures have been vastly proposed (e.g., actor-learner architecture) to accelerate DRL training with large-scale server-based clus…

Cited by 7SourcePDFScholar
2024

Collaborative Cognitive Diagnosis with Disentangled Representation Learning for Learner Modeling

NeurIPS 2024poster

Learners sharing similar implicit cognitive states often display comparable observable problem-solving performances. Leveraging collaborative connections among such similar learners proves valuable in comprehending human learning. Motivated by the success of collaborative modeling in various domains…

2024

Composite Active Learning: Towards Multi-Domain Active Learning with Theoretical Guarantees

AAAI 2024technical

Active learning (AL) aims to improve model performance within a fixed labeling budget by choosing the most informative data points to label. Existing AL focuses on the single-domain setting, where all data come from the same domain (e.g., the same dataset). However, many real-world tasks often invol…

2024

DOCTR: Disentangled Object-Centric Transformer for Point Scene Understanding

AAAI 2024technical

Point scene understanding is a challenging task to process real-world scene point cloud, which aims at segmenting each object, estimating its pose, and reconstructing its mesh simultaneously. Recent state-of-the-art method first segments each object and then processes them independently with multipl…

2024

DOZE: A Dataset for Open-Vocabulary Zero-Shot Object Navigation in Dynamic Environments

RA-L 2024

Zero-Shot Object Navigation (ZSON) requires agents to autonomously locate and approach unseen objects in unfamiliar environments and has emerged as a particularly challenging task within the domain of Embodied AI. Existing datasets for developing ZSON algorithms lack consideration of dynamic obstacl

Cited by 8SourceScholar
2024

Delving into Differentially Private Transformer

ICML 2024poster

Deep learning with differential privacy (DP) has garnered significant attention over the past years, leading to the development of numerous methods aimed at enhancing model accuracy and training efficiency. This paper delves into the problem of training Transformer models with differential privacy.…

Cited by 7SourcePDFScholar
2024

Embedded 3D Printing of Silicone for Soft Actuator with Stiffness Gradient and Programmable Workspace

IROS 2024poster

Soft pneumatic actuators can accomplish various customizable deformation/motion through the distribution of cavities and gradients in stiffness. However, traditional manufacturing methods, say molding, struggle to produce soft actuators with both complex cavities and desirable stiffness distribution…

Cited by 0SourceScholar
2024

Energy-Based Concept Bottleneck Models: Unifying Prediction, Concept Intervention, and Probabilistic Interpretations

ICLR 2024poster

Existing methods, such as concept bottleneck models (CBMs), have been successful in providing concept-based interpretations for black-box deep learning models. They typically work by predicting concepts given the input and then predicting the final class label given the predicted concepts. However,…

2024

Enhancing Boundary Segmentation for Topological Accuracy with Skeleton-based Methods

IJCAI 2024poster

Topological consistency plays a crucial role in the task of boundary segmentation for reticular images, such as cell membrane segmentation in neuron electron microscopic images, grain boundary segmentation in material microscopic images and road segmentation in aerial images. In these fields, topolo…

2024

Enhancing Plausibility Evaluation for Generated Designs with Denoising Autoencoder

ECCV 2024poster

"A great interest has arisen in using Deep Generative Models (DGM) for generative design. When assessing the quality of the generated designs, human designers focus more on structural plausibility, , no missing component, rather than visual artifacts, , noises or blurriness. Meanwhile, commonly used…

2024

Exploiting Hybrid Policy in Reinforcement Learning for Interpretable Temporal Logic Manipulation

IROS 2024

Reinforcement Learning (RL) based methods have been increasingly explored for robot learning. However, RL based methods often suffer from low sampling efficiency in the exploration phase, especially for long-horizon manipulation tasks, and generally neglect the semantic information from the task lev

Cited by 1SourcecodeScholar
2024

FedST: Federated Style Transfer Learning for Non-IID Image Segmentation

AAAI 2024technical

Federated learning collaboratively trains machine learning models among different clients while keeping data privacy and has become the mainstream for breaking data silos. However, the non-independently and identically distribution (i.e., Non-IID) characteristic of different image domains among diff…

2024

FinBen: A Holistic Financial Benchmark for Large Language Models

NeurIPS 2024poster

LLMs have transformed NLP and shown promise in various fields, yet their potential in finance is underexplored due to a lack of comprehensive benchmarks, the rapid development of LLMs, and the complexity of financial tasks. In this paper, we introduce FinBen, the first extensive open-source evaluati…

2024

Fractional Deep Reinforcement Learning for Age-Minimal Mobile Edge Computing

AAAI 2024technical

Mobile edge computing (MEC) is a promising paradigm for real-time applications with intensive computational needs (e.g., autonomous driving), as it can reduce the processing delay. In this work, we focus on the timeliness of computational-intensive updates, measured by Age-of-Information (AoI), and…

Cited by 3SourcePDFScholar