← Search

Siyuan Qiao

25 accepted papers

2026

FDSPC: Fast and Direct Smooth Motion Planning Via Continuous Curvature Integration

ICRA 2026poster

In recent decades, mobile robot motion planning has seen significant advancements. Both search-based and sampling-based methods have demonstrated capabilities to find feasible solutions in complex scenarios. Mainstream path planning algorithms divide the map into occupied and free spaces, considerin…

2026

UltraMemV2: Memory Networks Scaling to 120B Parameters with Superior Long-Context Learning

ICLR 2026poster

While Mixture of Experts (MoE) models achieve remarkable efficiency by activating only subsets of parameters, they suffer from high memory access costs during inference. Memory-layer architectures offer an appealing alternative with very few memory access, but previous attempts like UltraMem have on…

Cited by 0SourcecodeScholar
2025

SensorLM: Learning the Language of Wearable Sensors

NeurIPS 2025poster

We present SensorLM, a family of sensor-language foundation models that enable wearable sensor data understanding with natural language. Despite its pervasive nature, aligning and interpreting sensor data with language remains challenging due to the lack of paired, richly annotated sensor-text descr…

Cited by 0SourcecodeScholar
2024

De-Diffusion Makes Text a Strong Cross-Modal Interface

CVPR 2024poster

We demonstrate text as a strong cross-modal interface. Rather than relying on deep embeddings to connect image and language as the interface representation our approach represents an image as text from which we enjoy the interpretability and flexibility inherent to natural language. We employ an aut…

2024

IG Captioner: Information Gain Captioners are Strong Zero-shot Classifiers

ECCV 2024poster

"Generative training has been demonstrated to be powerful for building visual-language models. However, on zero-shot discriminative benchmarks, there is still a performance gap between models trained with generative and discriminative objectives. In this paper, we aim to narrow this gap by improving…

Cited by 3SourcePDFScholar
2024

MagicLens: Self-Supervised Image Retrieval with Open-Ended Instructions

ICML 2024oral

Image retrieval, i.e., finding desired images given a reference image, inherently encompasses rich, multi-faceted search intents that are difficult to capture solely using image-based measures. Recent works leverage text instructions to allow users to more freely express their search intents. Howeve…

2023

MOAT: Alternating Mobile Convolution and Attention Brings Strong Vision Models

ICLR 2023poster

This paper presents MOAT, a family of neural networks that build on top of MObile convolution (i.e., inverted residual blocks) and ATtention. Unlike the current works that stack separate mobile convolution and transformer blocks, we effectively merge them into a MOAT block. Starting with a standard…

2023

Superpixel Transformers for Efficient Semantic Segmentation

IROS 2023poster

Semantic segmentation, which aims to classify every pixel in an image, is a key task in machine perception, with many applications across robotics and autonomous driving. Due to the high dimensionality of this task, most existing approaches use local operations, such as convolutions, to generate per…

Cited by 9SourceScholar
2022

CMT-DeepLab: Clustering Mask Transformers for Panoptic Segmentation

CVPR 2022oral

We propose Clustering Mask Transformer (CMT-DeepLab), a transformer-based framework for panoptic segmentation designed around clustering. It rethinks the existing transformer architectures used in segmentation and detection; CMT-DeepLab considers the object queries as cluster centers, which fill the…

Cited by 110PDFScholar
2022

Waymo Open Dataset: Panoramic Video Panoptic Segmentation

ECCV 2022poster

"Panoptic image segmentation is the computer vision task of finding groups of pixels in an image and assigning semantic classes and object instance identifiers to them. Research in image segmentation has become increasingly popular due to its critical applications in robotics and autonomous driving.…

Cited by 67SourcePDFScholar
2021

DetectoRS: Detecting Objects With Recursive Feature Pyramid and Switchable Atrous Convolution

CVPR 2021poster

Many modern object detectors demonstrate outstanding performances by using the mechanism of looking and thinking twice. In this paper, we explore this mechanism in the backbone design for object detection. At the macro level, we propose Recursive Feature Pyramid, which incorporates extra feedback co…

Cited by 1121PDFcodeScholar
2021

VIP-DeepLab: Learning Visual Perception With Depth-Aware Video Panoptic Segmentation

CVPR 2021poster

In this paper, we present ViP-DeepLab, a unified model attempting to tackle the long-standing and challenging inverse projection problem in vision, which we model as restoring the point clouds from perspective image sequences while providing each point with instance-level semantic interpretations. S…

Cited by 179PDFcodeScholar
2019

Neural Rejuvenation: Improving Deep Network Training by Enhancing Computational Resource Utilization

CVPR 2019oral

In this paper, we study the problem of improving computational resource utilization of neural networks. Deep neural networks are usually over-parameterized for their tasks in order to achieve good performances, thus are likely to have underutilized computational resources. This observation motivates…

Cited by 38PDFcodeScholar
2018

Deep Co-Training for Semi-Supervised Image Recognition

ECCV 2018poster

In this paper, we study the problem of semi-supervised image recognition, which is to learn classifiers using both labeled and unlabeled images. We present Deep Co-Training, a deep learning based method inspired by the Co-Training framework. The original Co-Training learns two classifiers on two vie…

Cited by 612SourcePDFScholar
2018

Few-Shot Image Recognition by Predicting Parameters From Activations

CVPR 2018poster

In this paper, we are interested in the few-shot learning problem. In particular, we focus on a challenging scenario where the number of categories is large and the number of examples per novel category is very limited, e.g. 1, 2, or 3. Motivated by the close relationship between the parameters and…

Cited by 680SourcePDFScholar
2018

Gradually Updated Neural Networks for Large-Scale Image Recognition

ICML 2018oral

Depth is one of the keys that make neural networks succeed in the task of large-scale image recognition. The state-of-the-art network architectures usually increase the depths by cascading convolutional layers or building blocks. In this paper, we present an alternative method to increase the depth.…

Cited by 19SourcePDFScholar
2018

Multi-Scale Spatially-Asymmetric Recalibration for Image Classification

ECCV 2018poster

Convolution is spatially-symmetric, i.e., the visual features are independent of its position in the image, which limits its ability to use spatial information. This paper addresses this issue by a recalibration process, which refers to the surrounding region of each neuron, computes an importance v…

Cited by 17SourcePDFScholar
2018

Single-Shot Object Detection With Enriched Semantics

CVPR 2018poster

We propose a novel single shot object detection network named Detection with Enriched Semantics (DES). Our motivation is to enrich the semantics of object detection features within a typical deep detector, by a semantic segmentation branch and a global activation module. The segmentation branch is s…

Cited by 261SourcePDFScholar
2017

SORT: Second-Order Response Transform for Visual Recognition

ICCV 2017poster

In this paper, we reveal the importance and benefits of introducing second-order operations into deep neural networks. We propose a novel approach named Second-Order Response Transform (SORT), which appends element-wise product transform to the linear sum of a two-branch network module. A direct adv…

Cited by 67PDFcodeScholar
2017

ScaleNet: Guiding Object Proposal Generation in Supermarkets and Beyond

ICCV 2017poster

Motivated by product detection in supermarkets, this paper studies the problem of object proposal generation in supermarket images and other natural images. We argue that estimation of object scales in images is helpful for generating object proposals, especially for supermarket images where object…

Cited by 56PDFScholar