← Search

Tao Feng

44 accepted papers

2026

Branch, or Layer? Zeroth-Order Optimization for Continual Learning of Vision-Language Models

AAAI 2026technical

Vision-Language Continual Learning (VLCL) has attracted significant research attention for its robust capabilities, and the adoption of Parameter-Efficient Fine-Tuning (PEFT) strategies is enabling these models to achieve competitive performance with substantially reduced resource consumption. Howev

Cited by 0SourcePDFScholar
2026

CogFlow: Bridging Perception and Reasoning through Knowledge Internalization for Visual Mathematical Problem Solving

ICLR 2026poster

Despite recent advances, multimodal large language models continue to struggle with visual mathematical problem solving. Some recent works recognize that visual perception is a bottleneck in visual mathematical reasoning, but their solutions are limited to improving the extraction and interpretation…

Cited by 0SourceScholar
2026

Don't Forget Why You Started: Tackling Dual Forgetting in Vision-Language Continual Learning

ICML 2026poster

Continual learning of Vision-Language Model (VLM) aspires to empower foundation models with new expertise without compromising their universal zero-shot capabilities. However, this pursuit faces a critical ''dual-forgetting'' challenge: the catastrophic forgetting of newly acquired classes (Incremen…

Cited by 0SourceScholar
2026

ExpWeaver: LLM Agents Learn from Experience via Latent RAG

ICML 2026poster

Experience learning has achieved promising results in enhancing LLM agent planning and reasoning by integrating past interactions as reusable knowledge. However, existing methods remain confined to explicit text space---retrieving experiences via semantic similarity and concatenating them into the c…

Cited by 0SourceScholar
2026

GraphPlanner: Graph-Based Agentic Routing for LLMs

ICLR 2026poster

LLM routing has achieved promising results in integrating the strengths of di- verse models while balancing efficiency and performance. However, to support more realistic and challenging applications, routing must extend into agentic LLM settings—where task planning, multi-round cooperation among he…

Cited by 0SourcecodeScholar
2026

Learning Query-Aware Budget-Tier Routing for Runtime Agent Memory

ICML 2026poster

Memory is increasingly central to Large Language Model (LLM) agents operating beyond a single context window, yet most existing systems rely on offline, query-agnostic memory construction that can be inefficient and may discard query-critical information. Although runtime memory utilization is a nat…

Cited by 0SourceScholar
2026

Lumos-1: On Autoregressive Video Generation with Discrete Diffusion from a Unified Model Perspective

ICLR 2026poster

Autoregressive large language models (LLMs) have unified a vast range of language tasks, inspiring preliminary efforts in autoregressive (AR) video generation. Existing AR video generators either diverge from standard LLM architectures, depend on bulky external text encoders, or incur prohibitive la…

Cited by 0SourcecodeScholar
2026

Probing the Knowledge Boundary: An Interactive Agentic Framework for Deep Knowledge Extraction

ICML 2026poster

Large Language Models (LLMs) can be seen as compressed knowledge bases, but it remains unclear what knowledge they truly contain and how far their knowledge boundaries extend. Existing benchmarks are mostly static and provide limited support for systematic knowledge probing. In this paper, we propos…

Cited by 0SourceScholar
2026

Why Does RL Generalize Better Than SFT? A Data-Centric Perspective on VLM Post-Training

CVPR 2026

Post-training of large-scale Vision-Language Models (VLMs) reveals a pronounced generalization gap: models fine-tuned with Reinforcement Learning (RL) consistently achieve superior out-of-distribution (OOD) performance compared to those trained with Supervised Fine-Tuning (SFT). This paper posits a

Cited by 0SourcecodeScholar
2025

A Stronger Mixture of Low-Rank Experts for Fine-Tuning Foundation Models

ICML 2025poster

In order to streamline the fine-tuning of foundation models, Low-Rank Adapters (LoRAs) have been substantially adopted across various fields, including instruction tuning and domain adaptation. The underlying concept of LoRA involves decomposing a full-rank matrix into the product of two lower-rank…

2025

CausalScore: An Automatic Reference-Free Metric for Assessing Response Relevance in Open-Domain Dialogue Systems

COLING 2025main

Automatically evaluating the quality of responses in dialogue systems is a challenging yet crucial task. Current metrics often fail to align with human judgments, especially when assessing responses that are grammatically correct. To address this issue, we propose a novel metric, called CausalScore,…

2025

Dynamic Multi-Layer Null Space Projection for Vision-Language Continual Learning

ICCV 2025poster

Vision-Language Models (VLM) have emerged as a highly promising approach for Continual Learning (CL) due to their powerful generalized features. While adapter-based VLM can exploit both task-specific and task-agnostic features, current CL methods have largely overlooked the distinct and evolving par…

Cited by 0SourcePDFScholar
2025

Graph of Records: Boosting Retrieval Augmented Generation for Long-context Summarization with Graphs

ACL 2025long

Retrieval-augmented generation (RAG) has revitalized Large Language Models (LLMs) by injecting non-parametric factual knowledge. Compared with long-context LLMs, RAG is considered an effective summarization tool in a more concise and lightweight manner, which can interact with LLMs multiple times us…

2025

IRIS: An Iterative and Integrated Framework for Verifiable Causal Discovery in the Absence of Tabular Data

ACL 2025long

Causal discovery is fundamental to scientific research, yet traditional statistical algorithms face significant challenges, including expensive data collection, redundant computation for known relations, and unrealistic assumptions. While recent LLM-based methods excel at identifying commonly known…

2025

Intrusion Detection for Intelligent Transportation Systems: A lightweight interpretable model

ICASSP 2025accepted

Intrusion detection systems (IDSs) are essential in Intelligent transportation system (ITS) for detecting and identifying malicious activities. Although deep learning is commonly used in IDS, its limited interpretability hinders large-scale deployment. Additionally, the computational and storage con…

Cited by 0SourceScholar
2025

MUST: The First Dataset and Unified Framework for Multispectral UAV Single Object Tracking

CVPR 2025poster

UAV tracking faces significant challenges in real-world scenarios, such as small-size targets and occlusions, which limit the performance of RGB-based trackers. Multispectral images (MSI), which capture additional spectral information, offer a promising solution to these challenges. However, progres…

2025

On the Reliability of Large Language Models for Causal Discovery

ACL 2025long

This study investigates the efficacy of Large Language Models (LLMs) in causal discovery. Using newly available open-source LLMs, OLMo and BLOOM, which provide access to their pre-training corpora, we investigate how LLMs address causal discovery through three research questions. We examine: (i) the…

2025

PointTalk: Audio-Driven Dynamic Lip Point Cloud for 3D Gaussian-based Talking Head Synthesis

AAAI 2025technical

Talking head synthesis with arbitrary speech audio is a crucial challenge in the field of digital humans. Recently, methods based on radiance fields have received increasing attention due to their ability to synthesize high-fidelity and identity-consistent talking heads from just a few minutes of tr…

Cited by 4SourcePDFScholar
2025

ResearchTown: Simulator of Human Research Community

ICML 2025poster

Large Language Models (LLMs) have demonstrated remarkable potential in scientific domains, yet a fundamental question remains unanswered: Can we simulate human research communities with LLMs? Addressing this question can deepen our understanding of the processes behind idea brainstorming and inspire…

2025

Rethinking the Stability-Plasticity Trade-off in Continual Learning from an Architectural Perspective

ICML 2025poster

The quest for Continual Learning (CL) seeks to empower neural networks with the ability to learn and adapt incrementally. Central to this pursuit is addressing the stability-plasticity dilemma, which involves striking a balance between two conflicting objectives: preserving previously learned knowle…

2025

Router-R1: Teaching LLMs Multi-Round Routing and Aggregation via Reinforcement Learning

NeurIPS 2025poster

The rapid emergence of diverse large language models (LLMs) has spurred the development of LLM routers that assign user queries to the most suitable model. However, existing LLM routers typically perform a single-round, one-to-one mapping (\textit{i.e.}, assigning each query to a single model in iso…

Cited by 0SourcecodeScholar
2025

SAMora: Enhancing SAM through Hierarchical Self-Supervised Pre-Training for Medical Images

ICCV 2025poster

The Segment Anything Model (SAM) has demonstrated significant potential in medical image segmentation, yet its performance is limited when only a small amount of labeled data is available, while there are abundance of valuable yet often overlooked hierarchical information inherent in medical data. T…

2025

Task-driven Image Fusion with Learnable Fusion Loss

CVPR 2025highlight

Multi-modal image fusion aggregates information from multiple sensor sources, achieving superior visual quality and perceptual features compared to single-source images, often improving downstream tasks. However, current fusion methods for downstream tasks still use predefined fusion objectives that…

2025

Towards Efficient Deep Hashing Retrieval: Condensing Your Data via Feature-Embedding Matching

ICASSP 2025accepted

Deep hashing retrieval has gained widespread use in big data retrieval due to its robust feature extraction and efficient hashing process. However, training advanced deep hashing models has become more expensive due to complex optimizations and large datasets. Coreset selection and Dataset Condensat…

Cited by 0SourceScholar
2025

ZeroFlow: Overcoming Catastrophic Forgetting is Easier than You Think

ICML 2025poster

Backpropagation provides a generalized configuration for overcoming catastrophic forgetting. Optimizers such as SGD and Adam are commonly used for weight updates in continual learning and continual pre-training. However, access to gradient information is not always feasible in practice due to black-…

Cited by 1SourcePDFScholar
2024

Arxiv Copilot: A Self-Evolving and Efficient LLM System for Personalized Academic Assistance

EMNLP 2024system demonstrations

As scientific research proliferates, researchers face the daunting task of navigating and reading vast amounts of literature. Existing solutions, such as document QA, fail to provide personalized and up-to-date information efficiently. We present Arxiv Copilot, a self-evolving, efficient LLM system…

Cited by 0SourcePDFScholar
2024

Causal Discovery Inspired Unsupervised Domain Adaptation for Emotion-Cause Pair Extraction

EMNLP 2024finding

This paper tackles the task of emotion-cause pair extraction in the unsupervised domain adaptation setting.The problem is challenging as the distributions of the events causing emotions in target domains are dramatically different than those in source domains, despite the distributions of emotional…

2024

Deep Reinforcement Learning for Modelling Protein Complexes

ICLR 2024poster

Structure prediction of large protein complexes (a.k.a., protein multimer mod- elling, PMM) can be achieved through the one-by-one assembly using provided dimer structures and predicted docking paths. However, existing PMM methods struggle with vast search spaces and generalization challenges: (1) T…

Cited by 1SourcePDFScholar
2024

IMO: Greedy Layer-Wise Sparse Representation Learning for Out-of-Distribution Text Classification with Pre-trained Models

ACL 2024long

Machine learning models have made incredible progress, but they still struggle when applied to examples from unseen domains. This study focuses on a specific problem of domain generalization, where a model is trained on one source domain and tested on multiple target domains that are unseen during t…

2024

InstructVideo: Instructing Video Diffusion Models with Human Feedback

CVPR 2024poster

Diffusion models have emerged as the de facto paradigm for video generation. However their reliance on web-scale data of varied quality often yields results that are visually unappealing and misaligned with the textual prompts. To tackle this problem we propose InstructVideo to instruct text-to-vide…

2024

Make Continual Learning Stronger via C-Flat

NeurIPS 2024poster

How to balance the learning ’sensitivity-stability’ upon new task training and memory preserving is critical in CL to resolve catastrophic forgetting. Improving model generalization ability within each learning phase is one solution to help CL learning overcome the gap in the joint knowledge space.…

2024

RENOVI: A Benchmark Towards Remediating Norm Violations in Socio-Cultural Conversations

NAACL 2024findings

Norm violations occur when individuals fail to conform to culturally accepted behaviors, which may lead to potential conflicts. Remediating norm violations requires social awareness and cultural sensitivity of the nuances at play. To equip interactive AI systems with a remediation ability, we offer…

2024

Revisiting Neural Networks for Continual Learning: An Architectural Perspective

IJCAI 2024poster

Efforts to overcome catastrophic forgetting have primarily centered around developing more effective Continual Learning (CL) methods. In contrast, less attention was devoted to analyzing the role of network architecture design (e.g., network depth, width, and components) in contributing to CL. This…

2024

Teaching Small Language Models Reasoning through Counterfactual Distillation

EMNLP 2024main

With the rise of large language models (LLMs), many studies are interested in transferring the reasoning capabilities of LLMs to small language models (SLMs). Previous distillation methods usually utilize the capabilities of LLMs to generate chain-of-thought (CoT) samples and teach SLMs via fine-tun…

Cited by 3SourcePDFScholar
2023

Enhanced Multi-Relationships Integration Graph Convolutional Network for Inferring Substitutable and Complementary Items

AAAI 2023technical

Understanding the relationships between items can improve the accuracy and interpretability of recommender systems. Among these relationships, the substitute and complement relationships attract the most attention in e-commerce platforms. The substitutable items are interchangeable and might be comp…

Cited by 8SourcePDFScholar
2023

RLIPv2: Fast Scaling of Relational Language-Image Pre-Training

ICCV 2023poster

Relational Language-Image Pre-training (RLIP) aims to align vision representations with relational texts, thereby advancing the capability of relational reasoning in computer vision tasks. However, hindered by the slow convergence of RLIPv1 architecture and the limited availability of existing scene…

Cited by 47PDFcodeScholar
2022

Overcoming Catastrophic Forgetting in Incremental Object Detection via Elastic Response Distillation

CVPR 2022poster

Traditional object detectors are ill-equipped for incremental learning. However, fine-tuning directly on a well-trained detection model with only new data will lead to catastrophic forgetting. Knowledge distillation is a flexible way to mitigate catastrophic forgetting. In Incremental Object Detecti…

Cited by 129PDFcodeScholar
2022

RLIP: Relational Language-Image Pre-training for Human-Object Interaction Detection

NeurIPS 2022accept

The task of Human-Object Interaction (HOI) detection targets fine-grained visual parsing of humans interacting with their environment, enabling a broad range of applications. Prior work has demonstrated the benefits of effective architecture design and integration of relevant cues for more accurate…