← Search

Haifeng Liu

22 accepted papers

2026

AgriEval: A Comprehensive Chinese Agricultural Benchmark for Large Language Models

AAAI 2026technical

n the agricultural domain, the deployment of large language models (LLMs) is hindered by the lack of training data and evaluation benchmarks. To mitigate this issue, we propose AgriEval, the first comprehensive Chinese agricultural benchmark with three main characteristics: (1) Comprehensive Capabil

Cited by 0SourcePDFScholar
2026

Decouple Searching from Training: Scaling Data Mixing via Model Merging for Large Language Model Pre-training

ICML 2026poster

Determining an effective data mixture is a key factor in Large Language Model (LLM) pre-training, where models must balance general competence with proficiency on hard tasks such as math and code. However, identifying an optimal mixture remains an open challenge, as existing approaches either rely o…

Cited by 0SourceScholar
2025

Depth Any Video with Scalable Synthetic Data

ICLR 2025poster

Video depth estimation has long been hindered by the scarcity of consistent and scalable ground truth data, leading to inconsistent and unreliable results. In this paper, we introduce Depth Any Video, a model that tackles the challenge through two key innovations. First, we develop a scalable synthe…

2025

RLKGF: Reinforcement Learning from Knowledge Graph Feedback Without Human Annotations

ACL 2025finding

Reinforcement Learning from Human Feedback (RLHF) has been shown to effectively align large language models (LLMs) with human knowledge. However, the lack of human preference labels remains a significant bottleneck when applying RLHF to a downstream domain. Humans in RLHF play a critical role in inj…

2024

A Dual-Path Framework with Frequency-and-Time Excited Network for Anomalous Sound Detection

ICASSP 2024accepted

In contrast to human speech, machine-generated sounds of the same type often exhibit consistent frequency characteristics and discernible temporal periodicity. However, leveraging these dual attributes in anomaly detection remains relatively under-explored. In this paper, we propose an automated dua…

Cited by 0SourceScholar
2024

Boosting Few-Shot Learning via Attentive Feature Regularization

AAAI 2024technical

Few-shot learning (FSL) based on manifold regularization aims to improve the recognition capacity of novel objects with limited training samples by mixing two samples from different categories with a blending factor. However, this mixing operation weakens the feature representation due to the linear…

Cited by 11SourcePDFScholar
2024

Efficient Personal Voice Activity Detection with Wake Word Reference Speech

ICASSP 2024accepted

Personal voice activity detection (PVAD) is gradually used in speech assistants. Traditional PVAD schemes extract the target speaker’s embedding from existing query reference speech through a pre-trained speaker verification model. Consequently, the performance of the PVAD model may suffer if the qu…

Cited by 0SourceScholar
2024

Locomotion Control on Human-Centaur System With Spherical Joint Interaction

RA-L 2024

This paper presents a locomotion controller for a novel human-augmented legged robot, the Centaur robot, which is primarily developed to extend the human's ability to carry load. For such a human-robot walking system, there are requirements for the robot to maintain a balanced posture, provide a pro

Cited by 4SourceScholar
2024

MoDE-CoTD: Chain-of-Thought Distillation for Complex Reasoning Tasks with Mixture of Decoupled LoRA-Experts

COLING 2024main

Chain-of-thought Distillation (CoTD) aims at distilling Chain-of-thought (CoT) reasoning ability of large language models (LLMs) to much smaller student models. The core of CoTD is using a large teacher model to generate rationales and fine-tune smaller student models. However, current Chain-of-thou…

2024

Semi-supervised 3D Object Detection with PatchTeacher and PillarMix

AAAI 2024technical

Semi-supervised learning aims to leverage numerous unlabeled data to improve the model performance. Current semi-supervised 3D object detection methods typically use a teacher to generate pseudo labels for a student, and the quality of the pseudo labels is essential for the final performance. In thi…

2024

TASeg: Temporal Aggregation Network for LiDAR Semantic Segmentation

CVPR 2024poster

Training deep models for LiDAR semantic segmentation is challenging due to the inherent sparsity of point clouds. Utilizing temporal data is a natural remedy against the sparsity problem as it makes the input signal denser. However previous multi-frame fusion algorithms fall short in utilizing suffi…

2024

TagCLIP: A Local-to-Global Framework to Enhance Open-Vocabulary Multi-Label Classification of CLIP without Training

AAAI 2024technical

Contrastive Language-Image Pre-training (CLIP) has demonstrated impressive capabilities in open-vocabulary classification. The class token in the image encoder is trained to capture the global features to distinguish different text descriptions supervised by contrastive loss, making it highly effect…

2024

Towards Graph-hop Retrieval and Reasoning in Complex Question Answering over Textual Database

COLING 2024main

In textual question answering (TQA) systems, complex questions often require retrieving multiple textual fact chains with multiple reasoning steps. While existing benchmarks are limited to single-chain or single-hop retrieval scenarios. In this paper, we propose to conduct Graph-Hop —— a novel multi…

2023

CLIP Is Also an Efficient Segmenter: A Text-Driven Approach for Weakly Supervised Semantic Segmentation

CVPR 2023poster

Weakly supervised semantic segmentation (WSSS) with image-level labels is a challenging task. Mainstream approaches follow a multi-stage framework and suffer from high training costs. In this paper, we explore the potential of Contrastive Language-Image Pre-training models (CLIP) to localize differe…

2022

Convolutional Embedding Makes Hierarchical Vision Transformer Stronger

ECCV 2022poster

"Vision Transformers (ViTs) have recently dominated a range of computer vision tasks, yet it suffers from low training data efficiency and inferior local semantic representation capability without appropriate inductive bias. Convolutional neural networks (CNNs) inherently capture regional-aware sema…

Cited by 29SourcePDFScholar
2022

DID-M3D: Decoupling Instance Depth for Monocular 3D Object Detection

ECCV 2022poster

"Monocular 3D detection has drawn much attention from the community due to its low cost and setup simplicity. It takes an RGB image as input and predicts 3D boxes in the 3D space. The most challenging sub-task lies in the instance depth estimation. Previous works usually use a direct estimation meth…

2022

Lidar Point Cloud Guided Monocular 3D Object Detection

ECCV 2022poster

"Monocular 3D object detection is a challenging task in the self-driving and computer vision community. As a common practice, most previous works use manually annotated 3D box labels, where the annotating process is expensive. In this paper, we find that the precisely and carefully annotated labels…

2022

Sparse Fuse Dense: Towards High Quality 3D Detection With Depth Completion

CVPR 2022oral

Current LiDAR-only 3D detection methods inevitably suffer from the sparsity of point clouds. Many multi-modal methods are proposed to alleviate this issue, while different representations of images and point clouds make it difficult to fuse them, resulting in suboptimal performance. In this paper, w…

Cited by 251PDFcodeScholar
2021

Accelerate CNNs from Three Dimensions: A Comprehensive Pruning Framework

ICML 2021spotlight

Most neural network pruning methods, such as filter-level and layer-level prunings, prune the network model along one dimension (depth, width, or resolution) solely to meet a computational budget. However, such a pruning policy often leads to excessive reduction of that dimension, thus inducing a hu…

Cited by 77SourcePDFScholar
2021

Class2Simi: A Noise Reduction Perspective on Learning with Noisy Labels

ICML 2021spotlight

Learning with noisy labels has attracted a lot of attention in recent years, where the mainstream approaches are in \emph{pointwise} manners. Meanwhile, \emph{pairwise} manners have shown great potential in supervised metric learning and unsupervised contrastive learning. Thus, a natural question is…

Cited by 82SourcePDFScholar
2021

RESA: Recurrent Feature-Shift Aggregator for Lane Detection

AAAI 2021technical

Lane detection is one of the most important tasks in self-driving. Due to various complex scenarios (e.g., severe occlusion, ambiguous lanes, etc.) and the sparse supervisory signals inherent in lane annotations, lane detection task is still challenging. Thus, it is difficult for the ordinary convol…

2020

Part-dependent Label Noise: Towards Instance-dependent Label Noise

NeurIPS 2020spotlight

Learning with the \textit{instance-dependent} label noise is challenging, because it is hard to model such real-world noise. Note that there are psychological and physiological evidences showing that we humans perceive instances by decomposing them into parts. Annotators are therefore more likely to…