Publications
publications by categories in reversed chronological order. generated by jekyll-scholar.
2026
- ICPR
CascadeFormer: A Family of Two-stage Cascading Transformers for Skeleton-based Human Action RecognitionYusen Peng and Alper Yilmazâ€28th International Conference on Pattern Recognition (ICPR), 2026Skeleton-based human action recognition leverages sequences of human joint coordinates to identify actions performed in videos. Owing to the intrinsic spatiotemporal structure of skeleton data, Graph Convolutional Networks (GCNs) have been the dominant architecture in this field. However, recent advances in transformer models and masked pretraining frameworks open new avenues for representation learning. In this work, we propose CascadeFormer, a family of two-stage cascading transformers for skeleton-based human action recognition. Our framework consists of a masked pretraining stage to learn generalizable skeleton representations, followed by a cascading fine-tuning stage for action classification. We evaluate CascadeFormer across three benchmark datasets—Penn Action, N-UCLA, and NTU RGB+D 60—achieving competitive performance on all tasks. We open source our code at https://github.com/Yusen-Peng/CascadeFormer and release model checkpoints at https://huggingface.co/YusenPeng/CascadeFormerCheckpoints.
- Under Review
SVD^3: Singular Value Decomposition for Visual Geometry Model CompressionYusen Peng, Haoxuan Wang, Jiachen Tao, and Yan Yanâ€Under Review (ACCV), 2026Recent feed-forward visual geometry models have demonstrated remarkable success in jointly predicting diverse geometric attributes — including depth, camera pose, and point clouds — within a single forward pass. Despite their strong performance, these models incur substantial computational cost: linear projections in both attention and MLP layers constitute the dominant bottleneck, accounting for the majority of FLOPs during inference. In this work, we revisit low-rank weight decomposition for visual geometry models via singular value decomposition (SVD), aiming to reduce computational complexity and accelerate inference. While SVD effectively reduces parameter count and FLOPs, we find that fixed-ratio compression is suboptimal, as the importance of singular values varies considerably across input samples. Motivated by this observation, we propose \textbfSVD, a training-free, data-adaptive compression framework for visual geometry models. SVD introduces an entropy-guided compression allocation strategy that adaptively decomposes linear layers into low-rank matrices, and a retention mapping module that assigns each input a discrete retention ratio under a predefined compute budget estimated on a calibration dataset. Extensive experiments demonstrate that SVD reduces inference cost by over 30% on both VGGT and Pi3, with significantly lower performance degradation compared to fixed-ratio compression baselines.
- Under Review
TSB-FCST: A Billion-Scale Time-Series Forecasting Benchmark with Taxonomy-Specific EvaluationFan Yang, Yusen Peng, and John Paparrizosâ€Under Review (SIGMOD 2027), 2026Time series, defined as sequences of ordered observations, have become ubiquitous across domains such as nature, industry, healthcare, and social processes. Among the core tasks in this field, time-series forecasting—using historical patterns to predict future outcomes—has gained significant attention due to its broad practical impact. Accordingly, numerous forecasting methods and evaluation benchmarks have been developed to track and drive progress. Despite decades of advances, existing evaluation frameworks still exhibit critical limitations that hinder a comprehensive understanding of model efficacy: (i) many empirical studies rely on homogeneous or imbalanced datasets that lack sufficient diversity or quality assurance to evaluate forecasting methods across dynamic environments and domains; (ii) many benchmarks focus on only a limited subset of forecasting methodologies; and (iii) existing studies often provide limited statistical and taxonomy-specific analysis, leading to potentially superficial interpretations of model performance based on aggregated metrics. To address these limitations, we introduce TSB-FCST, a billion-scale time-series forecasting benchmark curated with rigorous data cleaning and quality assurance for comprehensive and reliable evaluation. TSB-FCST provides a standardized evaluation of 100 algorithms, ranging from classical statistical and machine learning methods to deep learning-based and recently emerged foundation models. Our extensive evaluation reveals: (i) although Foundation Models (FMs) demonstrate strong generalist capabilities, classical statistical and machine learning methods continue to excel in specific application domains, underscoring the importance of traditional baselines and taxonomy-specific evaluation; (ii) the effectiveness of Channel-Dependent (CD) versus Channel-Independent (CI) architectures is closely tied to dataset characteristics, highlighting the need for appropriate and diverse large-scale benchmarks to verify algorithmic progress; and (iii) forecasting difficulty is jointly shaped by horizon length and temporal data patterns, suggesting that evaluation should move beyond the excessive pursuit of long-horizon accuracy and explicitly account for data-driven challenges. Finally, we release all source code and datasets to support reproducible comparison studies. In summary, TSB-FCST offers a rigorous roadmap for understanding recent developments and advancing reliable time-series forecasting research.
- Under Review
Dynamic Image Tokenization for Efficient VLMsYusen Peng, Tejas Naik, Valentin Hofmann, Yuki M Asano, and Sachin Kumarâ€Ongoing work (accepted to COLM 2026 tokenization workshop), 2026Vision Language Models (VLMs) exhibit impressive cross-modal understanding, but the large quantity of image tokens results in substantial computational overhead. Prior efforts to reduce image tokens have mainly relied on training-free approaches, which do not properly align the LLM with the compressed visual representations at inference time. We observe that, after finetuning, even the straightforward baseline of merging a fixed number of tokens at a time can outperform current training-free approaches. However, fixed pooling cannot adjust to the specific content of an image, leading to degraded performance on complex OCR tasks that require fine-grained understanding. In this paper, we introduce DRIP, a straightforward approach for dynamically tokenizing images that uses a lightweight MLP-based boundary predictor to close this performance gap. Our findings indicate that dynamic image tokenization can restore accuracy on several OCR benchmarks while preserving performance on other coarse-grained tasks. We will release the source code and model checkpoints once the paper is accepted.
- Under Review
pytskit: A Comprehensive Time Series ToolkitJohn Paparrizos†, Fan Yang, Yusen Peng, Tomasz Frelek, Frank Li, and 2 more authorsUnder Review (JMLR), 2026We present \textttpytskit, the most comprehensive Python library for time series analysis to date, expressly designed to address both the breadth and depth of the domain. \textttpytskit is an actively evolving library that supports five core time series analysis tasks: classification, clustering, anomaly detection, forecasting, and similarity search, housing the current largest collection of time series algorithms. The library integrates a diverse collection of 272 algorithms, ranging from classical statistical methods to modern deep neural networks and recently emerging foundation models. It features a unified, \textttscikit-learn-compatible API to ensure ease of use and simplify integration into existing data science workflows. Notably, this design serves a dual purpose: it not only provides practitioners with accessible model functionality but also enables researchers to conduct rigorous, comprehensive benchmark studies, overcoming common limitations in existing libraries, such as discontinued maintenance or insufficient flexibility for advanced research. \textttpytskit is designed with minimal external dependencies, primarily relying on \textttscikit-learn, \textttPyTorch, and essential data manipulation packages. The library is available under the Apache-2.0 license at \hrefhttps://github.com/thedatumorg/pytskithttps://github.com/thedatumorg/pytskit
2025
- EMNLP
CE-Bench: Towards a Reliable Contrastive Evaluation Benchmark of Interpretability of Sparse AutoencodersAlex Gulko*, Yusen Peng*, and Sachin Kumarâ€Proceedings of the 8th BlackboxNLP Workshop: Analyzing and Interpreting Neural Networks for NLP, 2025Sparse autoencoders (SAEs) are a promising approach for uncovering interpretable features in large language models (LLMs). While several automated evaluation methods exist for SAEs, most rely on external LLMs. In this work, we introduce CE-Bench, a novel and lightweight contrastive evaluation benchmark for sparse autoencoders, built on a curated dataset of contrastive story pairs. We conduct comprehensive evaluation studies to validate the effectiveness of our approach. Our results show that CE-Bench reliably measures the interpretability of sparse autoencoders and aligns well with existing benchmarks without requiring an external LLM judge, achieving over 70% Spearman correlation with results in SAEBench. The official implementation and evaluation dataset are open-sourced and publicly available.