← Search

Jianshu Li

11 accepted papers

2026

Variational Speculative Decoding: Rethinking Draft Training from Token Likelihood to Sequence Acceptance

ICML 2026poster

Speculative decoding accelerates inference for (M)LLMs, yet a training-decoding discrepancy persists: while existing methods optimize single greedy trajectories, decoding involves verifying and ranking multiple sampled draft paths. We propose *Variational Speculative Decoding* (VSD), formulating dra…

Cited by 0SourceScholar
2025

BodyGen: Advancing Towards Efficient Embodiment Co-Design

ICLR 2025spotlight

Embodiment co-design aims to optimize a robot's morphology and control policy simultaneously. While prior work has demonstrated its potential for generating environment-adaptive robots, this field still faces persistent challenges in optimization efficiency due to the (i) combinatorial nature of mo…

2025

Critical Forgetting-Based Multi-Scale Disentanglement for Deepfake Detection

AAAI 2025technical

Recent face forgery detection methods based on disentangled representation learning utilize paired images for cross-reconstruction, aiming to extract forgery-relevant attributes and forgery-irrelevant content. However, there still exist the following issues that may comprise the detector performance…

Cited by 0SourcePDFScholar
2025

Dual-Flow: Transferable Multi-Target, Instance-Agnostic Attacks via $\textit{In-the-wild}$ Cascading Flow Optimization

NeurIPS 2025poster

Adversarial attacks are widely used to evaluate model robustness, and in black-box scenarios, the transferability of these attacks becomes crucial. Existing generator-based attacks have excellent generalization and transferability due to their instance-agnostic nature. However, when training generat…

Cited by 0SourceScholar
2024

SynSP: Synergy of Smoothness and Precision in Pose Sequences Refinement

CVPR 2024poster

Predicting human pose sequences via existing pose estimators often encounters various estimation errors. Motion refinement methods aim to optimize the predicted human pose sequences from pose estimators while ensuring minimal computational overhead and latency. Prior investigations have primarily co…

2023

Point2Mask: Point-supervised Panoptic Segmentation via Optimal Transport

ICCV 2023poster

Weakly-supervised image segmentation has recently attracted increasing research attentions, aiming to avoid the expensive pixel-wise labeling. In this paper, we present an effective method, namely Point2Mask, to achieve high-quality panoptic prediction using only a single random point annotation per…

Cited by 27PDFcodeScholar
2018

A^2-Nets: Double Attention Networks

NeurIPS 2018poster

Learning to capture long-range relations is fundamental to image/video recognition. Existing CNN models generally rely on increasing depth to model such relations which is highly inefficient. In this work, we propose the “double attention block”, a novel component that aggregates and propagates info…

Cited by 734SourcePDFScholar
2018

Multi-Fiber Networks for Video Recognition

ECCV 2018poster

In this paper, we aim to reduce the computational cost of spatio-temporal deep neural networks, making them run as fast as their 2D counterparts while preserving state-of-the-art accuracy on video recognition benchmarks. To this end, we present the novel Multi-Fiber architecture that slices a comple…

Cited by 278SourcePDFScholar
2018

Towards Pose Invariant Face Recognition in the Wild

CVPR 2018poster

Pose variation is one key challenge in face recognition. As opposed to current techniques for pose invariant face recognition, which either directly extract pose invariant features for recognition, or first normalize profile face images to frontal pose before feature extraction, we argue that it is…

Cited by 300SourcePDFScholar
2018

Weakly Supervised Phrase Localization With Multi-Scale Anchored Transformer Network

CVPR 2018poster

In this paper, we propose a novel weakly supervised model, Multi-scale Anchored Transformer Network (MATN), to accurately localize free-form textual phrases with only image-level supervision. The proposed MATN takes region proposals as localization anchors, and learns a multi-scale correspondence ne…

Cited by 75SourcePDFScholar
2017

Dual-Agent GANs for Photorealistic and Identity Preserving Profile Face Synthesis

NeurIPS 2017poster

Synthesizing realistic profile faces is promising for more efficiently training deep pose-invariant models for large-scale unconstrained face recognition, by populating samples with extreme poses and avoiding tedious annotations. However, learning from synthetic faces may not achieve the desired pe…