paper-with-me

Papers

Plotly-Resampler: Effective Visual Analytics for Large Time Series

2022-06-17 · Jonas Van Der Donckt, Jeroen Van Der Donckt, Emiel Deprost, Sofie Van Hoecke

Visual analytics is arguably the most important step in getting acquainted with your data. This is especially the case for time series, as this data type is hard to describe and cannot be fully understood when using for example summary statistics. To realize effective time series visualization, four requirements have to be met; a tool should be (1) interactive, (2) scalable to millions of data points, (3) integrable in conventional data science environments, and (4) highly configurable. We observe that open source Python visualization toolkits empower data scientists in most visual analytics tasks, but lack the combination of scalability and interactivity to realize effective time series visualization. As a means to facilitate these requirements, we created Plotly-Resampler, an open source Python library. Plotly-Resampler is an add-on for Plotly's Python bindings, enhancing line chart scalability on top of an interactive toolkit by aggregating the underlying data depending on the current graph view. Plotly-Resampler is built to be snappy, as the reactivity of a tool qualitatively affects how analysts visually explore and analyze data. A benchmark task highlights how our toolkit scales better than alternatives in terms of number of samples and time series. Additionally, Plotly-Resampler's flexible data aggregation functionality paves the path towards researching novel aggregation techniques. Plotly-Resampler's integrability, together with its configurability, convenience, and high scalability, allows to effectively analyze high-frequency data in your day-to-day Python environment.

📄 PDF Abstract BibTeX arXiv:2206.08703

Code (1)

predict-idlab/plotly-resampler 공식 구현

Tasks

Data VisualizationTime SeriesTime Series Analysis

Similar Papers 제목 키워드 기반

Lost in Space: Probing Fine-grained Spatial Understanding in Vision and Language Resamplers

2024-04-21 · Georgios Pantazopoulos, Alessandro Suglia, Oliver Lemon, Arash Eshghi

An effective method for combining frozen large language models (LLM) and visual encoders involves a resampler module that creates a `visual prompt' which is provided to the LLM, along with the textual prompt. While this …

DiagnosticImage CaptioningQuestion AnsweringVisual Question Answering

MS-Resampler: Multi-Scope Visual Resampling for Efficient Multimodal LLMs

2026-06-30 · Zhongyang Li, Yaqian Li, Faming Fang, Rinyoichi Takezoe 외 arxiv

Multimodal large language models (MLLMs) typically employ resampling-based projectors to transform dense visual features into a compact token sequence for language modeling. Most existing resamplers adopt a single, fixed…

Multimodal Reasoning

Drawing Pandas: A Benchmark for LLMs in Generating Plotting Code

2024-12-03 · Timur Galimzyanov, Sergey Titov, Yaroslav Golubev, Egor Bogomolov

This paper introduces the human-curated PandasPlotBench dataset, designed to evaluate language models' effectiveness as assistants in visual data exploration. Our benchmark focuses on generating code for visualizing tabu…

PaLM2-VAdapter: Progressively Aligned Language Model Makes a Strong Vision-language Adapter

2024-02-16 · Junfei Xiao, Zheng Xu, Alan Yuille, Shen Yan 외

This paper demonstrates that a progressively aligned language model can effectively bridge frozen vision encoders and large language models (LLMs). While the fundamental architecture and pre-training methods of vision en…

Language ModelingLanguage ModellingQuestion AnsweringVisual Question Answering+1

Synthetic Visual Genome 2: Extracting Large-scale Spatio-Temporal Scene Graphs from Videos

2026-02-26 · Ziqi Gao, Jieyu Zhang, Wisdom Oluchi Ikezogwo, Jae Sung Park 외 arxiv

We introduce Synthetic Visual Genome 2 (SVG2), a large-scale panoptic video scene graph dataset. SVG2 contains over 636K videos with 6.6M objects, 52.0M attributes, and 6.7M relations, providing an order-of-magnitude inc…

Video scene graph generationVideo Question AnsweringPanoptic SegmentationSemantic Parsing