← Search

Songtao Liu

20 accepted papers

2026

DisCa: Accelerating Video Diffusion Transformers with Distillation-Compatible Learnable Feature Caching

CVPR 2026

While diffusion models have achieved great success in the field of video generation, this progress is accompanied by a rapidly escalating computational burden. Among the existing acceleration methods, Feature Caching is popular due to its training-free property and considerable speedup performance,

Cited by 0SourcecodeScholar
2024

Encoding Hierarchical Schema via Concept Flow for Multifaceted Ideology Detection

ACL 2024findings

Multifaceted ideology detection (MID) aims to detect the ideological leanings of texts towards multiple facets. Previous studies on ideology detection mainly focus on one generic facet and ignore label semantics and explanatory descriptions of ideologies, which are a kind of instructive information…

2024

Graph Adversarial Diffusion Convolution

ICML 2024poster

This paper introduces a min-max optimization formulation for the Graph Signal Denoising (GSD) problem. In this formulation, we first maximize the second term of GSD by introducing perturbations to the graph structure based on Laplacian distance and then minimize the overall loss of the GSD. By solvi…

2024

Preference Optimization for Molecule Synthesis with Conditional Residual Energy-based Models

ICML 2024oral

Molecule synthesis through machine learning is one of the fundamental problems in drug discovery. Current data-driven strategies employ one-step retrosynthesis models and search algorithms to predict synthetic routes in a top-bottom manner. Despite their effective performance, these strategies face…

2023

DBQ-SSD: Dynamic Ball Query for Efficient 3D Object Detection

ICLR 2023poster

Many point-based 3D detectors adopt point-feature sampling strategies to drop some points for efficient inference. These strategies are typically based on fixed and handcrafted rules, making it difficult to handle complicated scenes. Different from them, we propose a Dynamic Ball Query (DBQ) network…

2023

FusionRetro: Molecule Representation Fusion via In-Context Learning for Retrosynthetic Planning

ICML 2023poster

Retrosynthetic planning aims to devise a complete multi-step synthetic route from starting materials to a target molecule. Current strategies use a decoupled approach of single-step retrosynthesis models and search algorithms, taking only the product as the input to predict the reactants for each pl…

2023

Generalizing Multiple Object Tracking to Unseen Domains by Introducing Natural Language Representation

AAAI 2023technical

Although existing multi-object tracking (MOT) algorithms have obtained competitive performance on various benchmarks, almost all of them train and validate models on the same domain. The domain generalization problem of MOT is hardly studied. To bridge this gap, we first draw the observation that th…

2023

Ideology Takes Multiple Looks: A High-Quality Dataset for Multifaceted Ideology Detection

EMNLP 2023long main

Ideology detection (ID) is important for gaining insights about peoples’ opinions and stances on our world and society, which can find many applications in politics, economics and social sciences. It is not uncommon that a piece of text can contain descriptions of various issues. It is also widely a…

Cited by 0SourceScholar
2022

Dense Teacher: Dense Pseudo-Labels for Semi-Supervised Object Detection

ECCV 2022poster

"To date, the most powerful semi-supervised object detectors (SS-OD) are based on pseudo-boxes, which need a sequence of post-processing with fine-tuned hyper-parameters. In this work, we propose replacing the sparse pseudo-boxes with the dense prediction as a united and straightforward form of pseu…

2022

Local Augmentation for Graph Neural Networks

ICML 2022spotlight

Graph Neural Networks (GNNs) have achieved remarkable performance on graph-based tasks. The key idea for GNNs is to obtain informative representation through aggregating information from local neighborhoods. However, it remains an open question whether the neighborhood information is adequately aggr…

2021

Dynamic Grained Encoder for Vision Transformers

NeurIPS 2021poster

Transformers, the de-facto standard for language modeling, have been recently applied for vision tasks. This paper introduces sparse queries for vision transformers to exploit the intrinsic spatial redundancy of natural images and save computational costs. Specifically, we propose a Dynamic Grained…

2020

BorderDet: Border Feature for Dense Object Detection

ECCV 2020poster

Dense object detectors rely on the sliding-window paradigm that predicts the object over a regular grid of image. Meanwhile, the feature maps on the point of the grid are adopted to generate the bounding box predictions. The point feature is convenient to use but may lack the explicit border informa…

2020

Cross-domain Object Detection through Coarse-to-Fine Feature Adaptation

CVPR 2020poster

Recent years have witnessed great progress in deep learning based object detection. However, due to the domain shift problem, applying off-the-shelf detectors to an unseen domain leads to significant performance drop. To address such an issue, this paper proposes a novel coarse-to-fine feature adapt…

Cited by 270PDFScholar
2020

Multi-Scale Positive Sample Refinement for Few-Shot Object Detection

ECCV 2020poster

Few-shot object detection (FSOD) helps detectors adapt to unseen classes with few training instances, and is useful when manual annotation is time-consuming or data acquisition is limited. Unlike previous attempts that exploit few-shot classification techniques to facilitate FSOD, this work highligh…

2018

Receptive Field Block Net for Accurate and Fast Object Detection

ECCV 2018poster

Current top-performing object detectors depend on deep CNN backbones, such as ResNet-101 and Inception, benefiting from their powerful feature representations but suffering from high computational costs. Conversely, some lightweight model based detectors fulfil real time processing, while their accu…