In-Context Inpainting for Time Series Forecasting
Summary
ICI-Time is a novel framework that reframes time series forecasting as a visual inpainting task, leveraging large vision models to enable adaptable forecasting without fine-tuning or architectural changes.
View Cached Full Text
Cached at: 08/26/26, 09:14 AM
# ICI-Time: In-Context Inpainting for Adaptable Time Series Forecasting Source: [https://arxiv.org/html/2608.23855](https://arxiv.org/html/2608.23855) Dung NguyenRomero MoraisTruyen TranAffiliation:Applied Artificial Intelligence Initiative, Deakin University, Geelong, Victoria 3216, AustraliaE\-mail[minh\.t\.nguyen@deakin\.edu\.au](mailto:[email protected]) ###### Abstract We proposeICI\-Time, a novel framework that reframes time series forecasting as a visual inpainting task, leveraging the generalisation power of large vision models \(LVMs\)\. Unlike methods that require specialised temporal architectures and extensive domain\-specific training,ICI\-Timetransforms time series into structured visual representations \(area charts\) and applies visual in\-context learning, reformulating forecasting as pattern completion within a grid\-structured prompt that pre\-trained vision transformers can solve without fine\-tuning or architectural modification\. Temporal dependencies are represented through spatial layout, with a consistent, invertible mapping between numerical and visual domains\. Extensive experiments across epidemiology, meteorology, and power systems demonstrate thatICI\-Timeperforms competitively against deep learning baselines and shows promising adaptability under limited\-data settings, introducing a new paradigm that bridges temporal and visual domains\. ###### Keywords: Time\-series forecasting Visual prompting Inpainting In\-context learning ## 1Introduction Time series forecasting is a foundational problem in machine learning, underpinning applications across finance, epidemiology, power systems, and climate modeling\. Despite decades of progress, forecasting remains inherently challenging due to complex temporal dependencies, multi\-scale variability, non\-stationarities, and the scarcity of labeled data in many real\-world settings\. Deep learning approaches have achieved state\-of\-the\-art results\[[13](https://arxiv.org/html/2608.23855#bib.bib33),[35](https://arxiv.org/html/2608.23855#bib.bib32)\], but they typically require domain\-specific architectures and extensive training or fine\-tuning when adapting to new domains or tasks\. This reliance on task\-specific engineering limits their scalability and hinders generalisation, especially in low\-data regimes\. In contrast, foundation models in language\[[3](https://arxiv.org/html/2608.23855#bib.bib29),[27](https://arxiv.org/html/2608.23855#bib.bib30)\]and vision\[[2](https://arxiv.org/html/2608.23855#bib.bib28)\]have demonstrated unprecedented generalisation through in\-context learning \(ICL\)—the ability to solve new tasks purely through exposure to examples at inference time, without parameter updates\. Recent efforts have explored ICL for temporal data using large language models \(LLMs\)\[[36](https://arxiv.org/html/2608.23855#bib.bib36)\]or time series models\[[14](https://arxiv.org/html/2608.23855#bib.bib35)\], but leveraging large vision models \(LVMs\) for time series forecasting remains an open challenge, primarily because temporal signals are not natively visual\. Figure 1:Visual prompting for time series forecasting via image\-based in\-context learning\. Input sequences are converted into images and arranged in a grid: the first row holds an in\-context input–output example pair, the second row holds the query with the missing forecast \(gray\)\. A pre\-trained large vision model inpaints the missing region, and the prediction \(red\) is recovered through a de\-imaging process\.In this paper, we introduceICI\-Time\(In\-ContextInpainting forTimeseries\), a novel framework that redefines time series forecasting as a promptable visual inpainting task\.ICI\-Time\(i\) transforms time series into visual representations \(area charts\), \(ii\) assembles input–output example pairs and the query instance into a grid\-like visual prompt, \(iii\) employs a pre\-trained LVM to forecast by completing the missing region of the image—analogous to pattern completion, and \(iv\) translates the generated chart back to numerical time series\. As shown in Figure[1](https://arxiv.org/html/2608.23855#S1.F1), the LVM infers the task from the in\-context example pair\(x1,y1\)\(x\_\{1\},y\_\{1\}\)and inpaints the forecast for the queryxqx\_\{q\}\(shown in red\), all without task\-specific fine\-tuning\. Crucially, the LVM is used off\-the\-shelf, without any modification\. This paradigm therefore \(i\) removes the need to train domain\-specific models, \(ii\) supports rapid adaptation to new forecasting tasks through flexible visual prompting, and \(iii\) exploits the rich pattern recognition capabilities of LVMs without architectural changes or additional supervision\. Our contributions are fourfold: - •*A cross\-modal forecasting framework*that bridges temporal and visual domains, enabling fast adaptation using off\-the\-shelf vision transformers\. - •*A new formulation of visual in\-context learning for time series*, extending ICL beyond its NLP roots to a paradigm where temporal prediction is solved through visual prompts and inpainting\. - •*A carefully designed bidirectional mapping between time series and visual spaces*that represents temporal dependencies via spatial layout and is invertible, ensuring no loss of forecasting fidelity during transformation\. - •*Strong empirical validation*in epidemiology \(ILI\), meteorology \(Weather\), and power systems \(ETT\), whereICI\-Timematches strong Transformer\-based baselines without any training and is markedly more robust in low\-data regimes\. Our findings suggest that visual reasoning models can generalise to temporal tasks when equipped with suitable representations, opening a new research direction in harnessing cross\-modal transfer for time series analysis\. ## 2Related Work ##### Visual In\-context Learning In\-context learning \(ICL\) allows a model to condition at inference time on contextual input–output examples and generate the output for a new input without parameter updates, providing a shortcut to adaptability in AI\[[5](https://arxiv.org/html/2608.23855#bib.bib9)\]\. While text\-based ICL emerged in autoregressive language models,Visual In\-Context Learning\(VICL\) trains deep networks to fill in patches of grid\-like images\[[2](https://arxiv.org/html/2608.23855#bib.bib28)\]\. Pioneering works such as Painter\[[25](https://arxiv.org/html/2608.23855#bib.bib15)\]and SegGPT\[[26](https://arxiv.org/html/2608.23855#bib.bib16)\]showed that generalist vision models can perform diverse tasks—from depth estimation to semantic segmentation—by treating them as inpainting conditioned on visual examples\. In the temporal domain, WeatherGFM\[[33](https://arxiv.org/html/2608.23855#bib.bib13)\]applied this paradigm to multi\-modal weather data using grid\-based prompts\. However, general\-purpose VICL for univariate time series forecasting using simple line plots remains underexplored, and key factors such as informative example selection\[[32](https://arxiv.org/html/2608.23855#bib.bib10)\]have been studied for semantic tasks but not for temporal dynamics\. Our work bridges this gap by designing a visual prompting scheme that activates the forecasting capability of LVMs without parameter updates\. ##### Foundation Models and Time Series Foundation models have enabled new solutions for time series forecasting\[[31](https://arxiv.org/html/2608.23855#bib.bib3),[24](https://arxiv.org/html/2608.23855#bib.bib4),[30](https://arxiv.org/html/2608.23855#bib.bib5)\]\. Early work adapted LLMs: Chronos\[[1](https://arxiv.org/html/2608.23855#bib.bib14)\]and Time\-LLM\[[8](https://arxiv.org/html/2608.23855#bib.bib8)\]tokenise time series via quantization or text encoding, but such methods often struggle with the “modality gap” between continuous numerical data and discrete text tokens\[[16](https://arxiv.org/html/2608.23855#bib.bib7)\]\. A newer wave of “vision\-first” models has emerged: VisionTS\[[4](https://arxiv.org/html/2608.23855#bib.bib11)\]shows that visual Masked Autoencoders pre\-trained on ImageNet can serve as zero\-shot forecasters by reconstructing masked time\-series images, but requires a pre\-training task aligned with forecasting; ViTime\[[29](https://arxiv.org/html/2608.23855#bib.bib12)\]trains a foundation model in a binary image metric space for robust probabilistic forecasting\. This vision\-first trend has since accelerated: VisionTS\+\+\[[22](https://arxiv.org/html/2608.23855#bib.bib19)\]continually pre\-trains the visual backbone on large\-scale time\-series corpora to narrow the modality gap, DMMV\[[20](https://arxiv.org/html/2608.23855#bib.bib20)\]fuses decomposition\-based multi\-modal views with LVMs for long\-term forecasting, and OccamVTS\[[15](https://arxiv.org/html/2608.23855#bib.bib21)\]and SVTime\[[21](https://arxiv.org/html/2608.23855#bib.bib22)\]distil the predictive priors of LVM forecasters into lightweight networks\. These results strengthen the evidence that visual priors transfer to temporal data, yet each still depends on continual pre\-training, fine\-tuning, or distillation\. Unlike these approaches, which require task\-aligned pre\-training, architectural adaptation, or knowledge transfer into new weights, we investigate the “free lunch” hypothesis\[[4](https://arxiv.org/html/2608.23855#bib.bib11)\]using standard line plots, pre\-trained generalist models, and in\-context visual conditioning—without task\-aligned pre\-training\. ##### Image\-based Representation for Time\-series Forecasters Transforming time series into images bypasses the constraints of numerical sequence modeling; a recent survey\[[16](https://arxiv.org/html/2608.23855#bib.bib7)\]categorises such transformations into line plots, heatmaps, and spectral images\. VisionTS\[[4](https://arxiv.org/html/2608.23855#bib.bib11)\]and TimesNet\[[28](https://arxiv.org/html/2608.23855#bib.bib26)\]use periodicity\-based heatmaps to capture long\-term dependencies, but these lose the “shape” of the data, whereas line plots preserve the continuity and topology critical for visual pattern recognition\. ViTST\[[11](https://arxiv.org/html/2608.23855#bib.bib17)\]converts irregularly sampled series into line graphs for classification, and Time\-VLM\[[34](https://arxiv.org/html/2608.23855#bib.bib23)\]and VLM\-TSC\[[18](https://arxiv.org/html/2608.23855#bib.bib27)\]feed line plots to Vision\-Language Models, showing that explicit connectivity cues outperform scatter plots or text descriptions; DePlot\[[12](https://arxiv.org/html/2608.23855#bib.bib25)\]and ChartLlama\[[7](https://arxiv.org/html/2608.23855#bib.bib24)\]further prove that LVMs can extract precise numerical semantics from charts\. Most recently, TimeOmni\-VL\[[6](https://arxiv.org/html/2608.23855#bib.bib18)\]unifies time\-series understanding and generation within a single vision–language model and identifies low\-loss bidirectional image–series conversion as a prerequisite for numerically faithful generation—independently corroborating a central design principle of our framework—but attains it through large\-scale multi\-task training on a purpose\-built corpus\. Yet most existing image\-based forecasters\[[19](https://arxiv.org/html/2608.23855#bib.bib1),[10](https://arxiv.org/html/2608.23855#bib.bib2),[23](https://arxiv.org/html/2608.23855#bib.bib6)\]train a decoder from scratch or fine\-tune the vision backbone, Time\-VLM merely augments forecasting with a vision\-language model, and unified models such as TimeOmni\-VL remain training\-intensive\. In contrast, we reframe forecasting entirely as visual reasoning: we use a pre\-trained visual prompting model\[[2](https://arxiv.org/html/2608.23855#bib.bib28)\]as\-is—no fine\-tuning, no external modules—and design a prompting scheme that leverages its inherent ICL ability to forecast directly from line plot grids\. ## 3Preliminaries ### 3\.1Time Series Forecasting Let𝐗∈ℝC×L\\mathbf\{X\}\\in\\mathbb\{R\}^\{C\\times L\}represent a multivariate time series, whereLLis the total length andCCis the number of channels\. We partition𝐗\\mathbf\{X\}into historical series𝐗I∈ℝC×TI\\mathbf\{X\}\_\{I\}\\in\\mathbb\{R\}^\{C\\times T\_\{I\}\}and future series𝐗P∈ℝC×TP\\mathbf\{X\}\_\{P\}\\in\\mathbb\{R\}^\{C\\times T\_\{P\}\}, withL=TI\+TPL=T\_\{I\}\+T\_\{P\}\.𝐗tj\\mathbf\{X\}\_\{t\}^\{j\}is the series value at thett\-th timestep and thejj\-th channel\. The objective is to develop a predictorf:ℝC×LI→ℝC×LPf:\\mathbb\{R\}^\{C\\times L\_\{I\}\}\\rightarrow\\mathbb\{R\}^\{C\\times L\_\{P\}\}that maps a lookback window of lengthLIL\_\{I\}to a prediction horizon of lengthLPL\_\{P\}\. HereTIT\_\{I\}andTPT\_\{P\}represent the total available data for training and evaluation, whileLIL\_\{I\}andLPL\_\{P\}define the model’s fixed input and output dimensions, whereTI≫\(LI\+LP\)T\_\{I\}\\gg\(L\_\{I\}\+L\_\{P\}\)\. ### 3\.2In\-context Learning In\-context Learning \(ICL\) enables a model to answer a query without task\-specific training or fine\-tuning: the model is given a sequence of “similar” input–output pairs\{\(𝐱i,𝐲i\)\}i=1H\\\{\(\\mathbf\{x\}\_\{i\},\\mathbf\{y\}\_\{i\}\)\\\}\_\{i=1\}^\{H\}before the query𝐱q\\mathbf\{x\}\_\{q\}, and produces the output𝐲^q\\hat\{\\mathbf\{y\}\}\_\{q\}directly\. This contrasts with standard supervised learning, where input–output pairs are used to train or fine\-tune the model\. ## 4Method Time series forecasting traditionally requires specialised architectures and training procedures tailored to temporal data\. We challenge this paradigm by leveraging the*in\-context learning*capabilities of Large Vision Models \(LVMs\) through visual prompting: time series are transformed into visual representations and the LVM forecasts via inpainting, eliminating the need for domain\-specific architectures and model training or tuning, and allowing rapid adaptation to new domains even with limited data\. We call this the*in\-context inpainting*approach to time series forecasting\. Our framework \(Fig\.[2](https://arxiv.org/html/2608.23855#S4.F2)\) comprises four components: \(1\) visual case\-based selection from historical data, \(2\) conversion of time series into information\-dense images, \(3\) an off\-the\-shelf LVM performing in\-context inpainting, and \(4\) a back\-conversion mechanism recovering the original time series\. Figure 2:The ICI\-Time framework: \(1\) example selection from historical data \(top\-left\); \(2\) time\-series\-to\-image transformation \(bottom\-left\); \(3\) in\-context visual prompting with a pretrained LVM\[[2](https://arxiv.org/html/2608.23855#bib.bib28)\]that inpaints the visual prompt \(top\-right\); and \(4\) image\-to\-time\-series conversion with denoising and curve extraction \(bottom\-right\)\. The rightmost image shows the original series in black and the forecast in red\.### 4\.1Visual Case\-Based Forecasting Task examples enable LVMs to learn*in\-context*, so it is crucial to select examples relevant to the query\. This resembles case\-based reasoning—solving new problems by recalling and adapting similar past problems and their solutions—with the LVM acting as a nonlinear case interpolator in image space\. To enable this, we build a searchable database from𝐗I\\mathbf\{X\}\_\{I\}by partitioning the historical series into overlapping windows via a sliding window, each consisting of a lookback component of lengthLIL\_\{I\}and a prediction component of lengthLPL\_\{P\}\. For each valid starting positions∈\{1,…,TI−\(LI\+LP\)\+1\}s\\in\\\{1,\\dots,T\_\{I\}\-\(L\_\{I\}\+L\_\{P\}\)\+1\\\}: Ws=\{𝐱s,𝐲s\}=\{𝐗I\[:,s:s\+LI\],𝐗I\[:,s\+LI:s\+LI\+LP\]\}\.W\_\{s\}=\\left\\\{\\mathbf\{x\}\_\{s\},\\mathbf\{y\}\_\{s\}\\right\\\}=\\left\\\{\\mathbf\{X\}\_\{I\}\[:,s:s\+L\_\{I\}\],\\mathbf\{X\}\_\{I\}\[:,s\+L\_\{I\}:s\+L\_\{I\}\+L\_\{P\}\]\\right\\\}\.\(1\)This database𝒟hist=\{Ws\}s=1S\\mathcal\{D\}\_\{\\text\{hist\}\}=\\left\\\{W\_\{s\}\\right\\\}\_\{s=1\}^\{S\}enables pattern matching during forecasting: given the query windowWqW\_\{q\}, we compute the Euclidean distance between normalised inputs,d\(Wq,Ws\)=‖𝐱¯q−𝐱¯s‖2d\(W\_\{q\},W\_\{s\}\)=\|\|\\bar\{\\mathbf\{x\}\}\_\{q\}\-\\bar\{\\mathbf\{x\}\}\_\{s\}\|\|\_\{2\}, and select the best example asWs∗=argminWsd\(Wq,Ws\)W\_\{s^\{\*\}\}=\\argmin\_\{W\_\{s\}\}d\(W\_\{q\},W\_\{s\}\)\. ### 4\.2Visual Representation of Time Series The next step transforms numerical time series into visually interpretable formats, using normalization and boundary visualization procedures that balance information preservation and visual clarity\. #### Image Height The image height parameter normalizes the variety of numerical scales into image sizes typically used in LVMs\. Example and query windows are normalised separately\. ##### Example images For theii\-th example windowWi=\{𝐱i,𝐲i\}W\_\{i\}=\\\{\\mathbf\{x\}\_\{i\},\\mathbf\{y\}\_\{i\}\\\}, we apply min\-max scaling to both components using shared statistics: 𝐳¯←𝐳−miMi−mi,𝐳∈\{𝐱i,𝐲i\},\\bar\{\\mathbf\{z\}\}\\leftarrow\\frac\{\\mathbf\{z\}\-m\_\{i\}\}\{M\_\{i\}\-m\_\{i\}\},\\qquad\\mathbf\{z\}\\in\\\{\\mathbf\{x\}\_\{i\},\\mathbf\{y\}\_\{i\}\\\},\(2\)wheremi=min\(𝐱imin,𝐲imin\)m\_\{i\}=\\min\(\\mathbf\{x\}\_\{i\}^\{\\text\{min\}\},\\mathbf\{y\}\_\{i\}^\{\\text\{min\}\}\)andMi=max\(𝐱imax,𝐲imax\)M\_\{i\}=\\max\(\\mathbf\{x\}\_\{i\}^\{\\text\{max\}\},\\mathbf\{y\}\_\{i\}^\{\\text\{max\}\}\)\. After normalization,𝐱¯i\\bar\{\\mathbf\{x\}\}\_\{i\}and𝐲¯i\\bar\{\\mathbf\{y\}\}\_\{i\}are plotted into separate figures\. The vertical axis extends fromhexamplemin=min\(𝐱¯i,𝐲¯i\)h\_\{\\text\{example\}\}^\{\\text\{min\}\}=\\min\(\\bar\{\\mathbf\{x\}\}\_\{i\},\\bar\{\\mathbf\{y\}\}\_\{i\}\)tohexamplemax=1\.25×max\(𝐱¯i,𝐲¯i\)h\_\{\\text\{example\}\}^\{\\text\{max\}\}=1\.25\\times\\max\(\\bar\{\\mathbf\{x\}\}\_\{i\},\\bar\{\\mathbf\{y\}\}\_\{i\}\)\. The scalehexample=hexamplemax−hexampleminh\_\{\\text\{example\}\}=h\_\{\\text\{example\}\}^\{\\text\{max\}\}\-h\_\{\\text\{example\}\}^\{\\text\{min\}\}serves as explicit prior knowledge transferred to the query\. ##### Query images For a query windowWq=\{𝐱q,𝐲q\}W\_\{q\}=\\\{\\mathbf\{x\}\_\{q\},\\mathbf\{y\}\_\{q\}\\\}, we normalise using the input’s local statistics:𝐱¯q←𝐱q−𝐱qmin𝐱qmax−𝐱qmin\\bar\{\\mathbf\{x\}\}\_\{q\}\\leftarrow\\frac\{\\mathbf\{x\}\_\{q\}\-\\mathbf\{x\}\_\{q\}^\{\\text\{min\}\}\}\{\\mathbf\{x\}\_\{q\}^\{\\text\{max\}\}\-\\mathbf\{x\}\_\{q\}^\{\\text\{min\}\}\}and𝐲¯q←𝐲q−𝐱qmin𝐱qmax−𝐱qmin\\bar\{\\mathbf\{y\}\}\_\{q\}\\leftarrow\\frac\{\\mathbf\{y\}\_\{q\}\-\\mathbf\{x\}\_\{q\}^\{\\text\{min\}\}\}\{\\mathbf\{x\}\_\{q\}^\{\\text\{max\}\}\-\\mathbf\{x\}\_\{q\}^\{\\text\{min\}\}\}for the unknown target\. The vertical axis range ishquerymin=min\(𝐱¯q\)h\_\{\\text\{query\}\}^\{\\text\{min\}\}=\\min\(\\bar\{\\mathbf\{x\}\}\_\{q\}\)tohquerymax=hquerymin\+hexampleh\_\{\\text\{query\}\}^\{\\text\{max\}\}=h\_\{\\text\{query\}\}^\{\\text\{min\}\}\+h\_\{\\text\{example\}\}, which ensures visual consistency\. #### Image Width Our implementation uses fixed224×224224\\times 224pixel images\. To handle varying sequence lengths, we adjust the x\-axis limits:xlimin=\[1,LI\]\\text\{xlim\}\_\{in\}=\[1,L\_\{I\}\]for lookback components andxlimout=\[LI\+1,LI\+LP\]\\text\{xlim\}\_\{out\}=\[L\_\{I\}\+1,L\_\{I\}\+L\_\{P\}\]for prediction components\. The invertibility of our visual representation functiong:ℝC×LP→ℐg:\\mathbb\{R\}^\{C\\times L\_\{P\}\}\\rightarrow\\mathcal\{I\}necessitates preserving the parametersθi=\{𝐱imin,𝐱imax\}\\theta\_\{i\}=\\\{\\mathbf\{x\}\_\{i\}^\{\\text\{min\}\},\\mathbf\{x\}\_\{i\}^\{\\text\{max\}\}\\\}so that the inverseg−1:ℐ→ℝC×LPg^\{\-1\}:\\mathcal\{I\}\\rightarrow\\mathbb\{R\}^\{C\\times L\_\{P\}\}can denormalize visual predictions via𝐲^i=𝐲^inorm⋅\(𝐱imax−𝐱imin\)\+𝐱imin\\hat\{\\mathbf\{y\}\}\_\{i\}=\\hat\{\\mathbf\{y\}\}\_\{i\}^\{\\text\{norm\}\}\\cdot\(\\mathbf\{x\}\_\{i\}^\{\\text\{max\}\}\-\\mathbf\{x\}\_\{i\}^\{\\text\{min\}\}\)\+\\mathbf\{x\}\_\{i\}^\{\\text\{min\}\}\. ### 4\.3Visual Prompting and Time Series Recovery The example and query images constitute a visual prompt; the LVM fills the empty region by producing an image𝐈^\\hat\{\\mathbf\{I\}\}via in\-context learning, capturing forecasting patterns from the examples\. We then recover the numerical series𝐲^q∈ℝC×LP\\widehat\{\\mathbf\{y\}\}\_\{q\}\\in\\mathbb\{R\}^\{C\\times L\_\{P\}\}from𝐈^\\hat\{\\mathbf\{I\}\}in two steps\. ##### Image Denoising We binarize,𝐈^binary\(r,c\)=1\\hat\{\\mathbf\{I\}\}\_\{\\text\{binary\}\}\(r,c\)=1if𝐈^\(r,c\)\>τ\\hat\{\\mathbf\{I\}\}\(r,c\)\>\\tau, apply a bitwise NOT to obtain𝐈^inv\\hat\{\\mathbf\{I\}\}\_\{\\text\{inv\}\}, then apply morphological opening,𝐈^opened=\(𝐈^inv⊖𝐊\)⊕𝐊\\hat\{\\mathbf\{I\}\}\_\{\\text\{opened\}\}=\(\\hat\{\\mathbf\{I\}\}\_\{\\text\{inv\}\}\\ominus\\mathbf\{K\}\)\\oplus\\mathbf\{K\}, where𝐊\\mathbf\{K\}is a3×33\\times 3structuring element\. The final clean image is𝐈^clean=NOT\(𝐈^opened\)\\hat\{\\mathbf\{I\}\}\_\{\\text\{clean\}\}=\\text\{NOT\}\(\\hat\{\\mathbf\{I\}\}\_\{\\text\{opened\}\}\)\. ##### Boundary Curve Extraction We extract𝐲^q\\widehat\{\\mathbf\{y\}\}\_\{q\}by finding the uppermost foreground pixel in each column: for a cleaned image of heighthh, the boundary coordinate isyi=h−min\{r∣𝐈^clean\(r,ci\)=1\}−1y\_\{i\}=h\-\\min\\\{r\\mid\\hat\{\\mathbf\{I\}\}\_\{\\text\{clean\}\}\(r,c\_\{i\}\)=1\\\}\-1\. To ensure continuity, we interpolatef\(c\)f\(c\)such thatf\(ci\)=yif\(c\_\{i\}\)=y\_\{i\}and sample the curve atLPL\_\{P\}equidistant points to obtain the final sequence𝐲^q\\widehat\{\\mathbf\{y\}\}\_\{q\}\. ## 5Experimental Results ### 5\.1Datasets We evaluateICI\-Timeacross three diverse and widely benchmarked domains \(summarised in Table[1](https://arxiv.org/html/2608.23855#S5.T1)\):*ILI*111https://gis\.cdc\.gov/grasp/fluview/fluportaldashboard\.html\(Influenza\-Like Illness\), weekly influenza\-like illness patient data collected by the US CDC from 2002 to 2021, whose clear seasonal patterns and long historical record make it particularly valuable for evaluating retrieval\-based strategies;*Weather*222https://www\.bgc\-jena\.mpg\.de/wetter/, 21 meteorological indicators such as air temperature and humidity, recorded at 10\-minute intervals throughout 2020; and*ETT*333https://github\.com/zhouhaoyi/ETDataset\(Electricity Transformer Temperature\), series from two electric transformers at 15\-minute \(‘m’\) and hourly \(‘h’\) resolutions, yielding four datasets: ETTh1, ETTh2, ETTm1, and ETTm2\. Table 1:Summary Statistics of Benchmark Datasets\. ### 5\.2Experimental Settings We adopt the data split setting from Nie et al\.\[[17](https://arxiv.org/html/2608.23855#bib.bib31)\]with one key modification: we merge the training and validation data into a single database as we do not need to train or fine\-tune a model, thereby enlarging our dataset\. We use a look\-back windowL=96L=96for our model and all Transformer\-based baselines\. Prediction lengths follow Nie et al\.\[[17](https://arxiv.org/html/2608.23855#bib.bib31)\], withT∈\{24,36,48,60\}T\\in\\\{24,36,48,60\\\}for ILI andT∈\{96,192,336,720\}T\\in\\\{96,192,336,720\\\}for the other datasets\. We adopt channel independence, forecasting each variable separately, a technique proven effective in deep learning approaches\[[17](https://arxiv.org/html/2608.23855#bib.bib31),[4](https://arxiv.org/html/2608.23855#bib.bib11),[29](https://arxiv.org/html/2608.23855#bib.bib12)\]\. We report Mean Squared Error \(MSE\) and Mean Absolute Error \(MAE\), comparing against Transformer\-based baselines: Informer\[[35](https://arxiv.org/html/2608.23855#bib.bib32)\]\(ProbSparse self\-attention\), Pyraformer\[[13](https://arxiv.org/html/2608.23855#bib.bib33)\]\(pyramid attention\), and LogTrans\[[9](https://arxiv.org/html/2608.23855#bib.bib34)\]\(log\-sparse attention\)\. Baseline results are sourced from Nie et al\.\[[17](https://arxiv.org/html/2608.23855#bib.bib31)\]when available, with additional experiments conducted to fill gaps\. All experiments maintain consistent configurations to ensure fair comparison\. ### 5\.3Forecasting Performance ##### Sanity check: We implemented a nearest\-neighbour baseline that simply reuses the first example from the input sequence as the prediction for all future time steps, to test whether LVMs simply copy the example over\. Its results are poor compared to Transformer\-based models and toICI\-Time, confirming that the generalisation power of LVMs comes from leveraging their vast source of visual patterns\. #### Full\-data Results Forecasting results are presented in Table[2](https://arxiv.org/html/2608.23855#S5.T2)\.ICI\-Timeoutperforms the baselines in most cases, especially on the MAE metric \(23 out of 24 cases, with the remaining case being second best\)\. This demonstrates that off\-the\-shelf visual in\-context models can perform competitive time\-series forecasting without training\. The MSE metric is sensitive to noise and more reflective of the training square\-loss function; in our case, noise can be suppressed by averaging over multiple runs, each using a different near\-optimal prompting example\. Table 2:*Per\-horizon*performance comparison of various forecasting methods on full training data\. Best results are inbold\. The smaller the better\. ### 5\.4Analysis of Design Choices We ablate the key design decisions inICI\-Time: the height and width settings of the visual encoding, and the post\-processing applied during time series recovery\. Table[3](https://arxiv.org/html/2608.23855#S5.T3)reports results averaged over all prediction horizons; each ablation column replaces exactly one component of the full model\. ##### Height Settings The vertical axis encodes value magnitude\. We compare our proposedhtransferh\_\{\\text\{transfer\}\}\(Section[4\.2](https://arxiv.org/html/2608.23855#S4.SS2.SSSx1)\), which transfers the height scale from examples to queries viahquerymax=hquerymin\+hexampleh^\{\\text\{max\}\}\_\{\\text\{query\}\}=h^\{\\text\{min\}\}\_\{\\text\{query\}\}\+h\_\{\\text\{example\}\}, againsth1\.5h\_\{1\.5\}, a fixed scaling factor of 1\.5 for all inputs\.htransferh\_\{\\text\{transfer\}\}consistently outperformsh1\.5h\_\{1\.5\}across ETT and Weather, reducing the average MSE by 9\.2% to 18\.5% \(largest on ETTh1\), suggesting that maintaining visual scale consistency between examples and queries enables more effective pattern recognition\. ILI is the exception, where the fixed scaling attains a lower average error\. ##### Width Settings The horizontal axis represents time\. Our proposedwdiffw\_\{\\text\{diff\}\}uses distinct temporal resolutions for input and target images \(LI/224L\_\{I\}/224andLP/224L\_\{P\}/224respectively\), preserving the native resolution of each component, whereaswevenw\_\{\\text\{even\}\}usesLP/224L\_\{P\}/224uniformly for both, shifting the input to the rightmost position\.wdiffw\_\{\\text\{diff\}\}outperformswevenw\_\{\\text\{even\}\}on all six datasets, reducing the average MSE by 1\.8% to 5\.1% on ETT and Weather and by 10\.7% on ILI, indicating that preserving the native temporal resolution of the input consistently benefits forecasting\. ##### Post\-processing A critical challenge in recovering time series from generated images is thedisconnection problem—a large forecasting error at the first prediction step, at the boundary between the input and the predicted values\. We apply a Gaussian smoothing decay, weightingwi=exp\(−0\.5⋅\(i/σ\)2\)w\_\{i\}=\\exp\(\-0\.5\\cdot\(i/\\sigma\)^\{2\}\)withσ=window/3\\sigma=\\text\{window\}/3, which smoothly blends the last input point into the predictions over approximately 10 time steps\. Compared with raw recovery, smoothing improves the average MSE on all six datasets, by 0\.7% to 2\.2%, with the largest gain on ILI\. Table 3:Ablation of design choices,*averaged*over all prediction horizons\. Each ablation column replaces one component of the full model \(ICI\-Time=htransferh\_\{\\text\{transfer\}\}\+wdiffw\_\{\\text\{diff\}\}\+ smoothing\)\. Best results are inbold\. The smaller the better\. #### Few\-shot adaptation We evaluate few\-shot adaptation by restricting all methods to the first1%1\\%,5%5\\%, or10%10\\%of the training data, following Zhou et al\.\[[36](https://arxiv.org/html/2608.23855#bib.bib36)\]; this simulates forecasting well beyond the temporal range of the training data\. Informer and Pyraformer are trained under the same restricted protocol\. SinceICI\-Timeleverages historical samples directly as in\-context examples, we implemented a masking procedure to prevent data leakage: when retrieving examples at test time, the initial portion of the test inputs𝐗I\\mathbf\{X\}\_\{I\}that would be unavailable in a real deployment is replaced with zeros, so distances are computed against zero\-filled rather than actual historical values\. This preserves the benefit of retrieval while maintaining the integrity of the few\-shot conditions\. The results are presented in Table[4](https://arxiv.org/html/2608.23855#S5.T4)\(10%10\\%\), Table[5](https://arxiv.org/html/2608.23855#S5.T5)\(5%5\\%\), and Table[6](https://arxiv.org/html/2608.23855#S5.T6)\(1%1\\%\), all reporting*per\-horizon*results; at5%5\\%and1%1\\%, only the horizons providing sufficient data to train the baselines are included\.ICI\-Timemaintains robust performance across restricted data regimes, often achieving errors that are multiples lower than the baselines\. For instance, on ETTh2 \(9696pred\. length\) with10%10\\%data,ICI\-Timeachieves an MSE of 0\.317, while Informer and Pyraformer struggle at 4\.047 and 4\.065, respectively\. At1%1\\%, only ETTm1, ETTm2, and Weather provide sufficient sequence length to train the Transformer\-based baselines; even in these extreme casesICI\-Timedominates, e\.g\., on ETTm2 \(9696pred\. length\) it maintains an MSE of 0\.208, whereas Informer’s error increases to 1\.984\. Figure[3](https://arxiv.org/html/2608.23855#S5.F3)plots the MAE as a function of training data size for the Weather dataset \(96 pred\. length\)\. As data decreases from10%10\\%to1%1\\%, the MAE of Informer increases from 0\.389 to 0\.514 \(\+32\.1%\+32\.1\\%\) and Pyraformer from 0\.360 to 0\.487 \(\+35\.3%\+35\.3\\%\), whereasICI\-Timeremains remarkably stable, moving only from 0\.234 to 0\.242 \(\+3\.4%\+3\.4\\%\)\. This highlights the superior data efficiency and adaptability ofICI\-Timein low\-resource settings\. Figure 3:MAE ofICI\-Time, Informer, and Pyraformer on the Weather dataset across percentages of training data, at prediction lengthT=96T=96\.Table 4:*Per\-horizon*few\-shot performance of ICI\-Time, Informer, and Pyraformer using only the first 10% of training data\. Best results are inbold\. The smaller the better\.Table 5:*Per\-horizon*few\-shot performance of ICI\-Time, Informer, and Pyraformer using only the first 5% of training data; only the prediction horizons providing sufficient data to train the Transformer\-based baselines are shown\. Best results are inbold\. The smaller the better\.Table 6:*Per\-horizon*few\-shot performance using only the first 1% of training data; only the datasets shown provide sufficient data to train the Transformer\-based baselines\. Best results are inbold\. The smaller the better\. ## 6Conclusion We have shown that visual reasoning can be successfully adapted to model complex temporal dynamics\. By transforming time series into structured images and applying in\-context inpainting with pre\-trained vision models,ICI\-Timebypasses the need for specialised temporal architectures and costly training or fine\-tuning, while achieving competitive forecasting accuracy across diverse domains\. Beyond accuracy, our results reveal a broader insight: pre\-trained visual models, combined with carefully designed representations, can generalise far beyond their original modalities, challenging conventional boundaries between temporal and visual modelling\. Future research may explore more advanced retrieval strategies for in\-context examples, and extensions to time series anomaly detection \(e\.g\., using forecasting error for anomaly scoring\) and classification \(e\.g\., encoding classes as visual objects\)\. ##### Data Availability\. The datasets used in this study are publicly available on the internet athttps://github\.com/thuml/Autoformer\. ## References - \[1\]A\. F\. Ansari, L\. Stella, C\. Turkmen, X\. Zhang, P\. Mercado, H\. Shen, O\. Shchur, S\. S\. Rangapuram, S\. Pineda Arango, S\. Kapoor,et al\.\(2024\)Chronos: learning the language of time series\.Trans\. Mach\. Learn\. Res\.\.Cited by:[§2](https://arxiv.org/html/2608.23855#S2.SS0.SSS0.Px2.p1.1)\. - \[2\]A\. Bar, Y\. Gandelsman, T\. Darrell, A\. Globerson, and A\. Efros\(2022\)Visual prompting via image inpainting\.Advances in Neural Information Processing Systems35,pp\. 25005–25017\.Cited by:[§1](https://arxiv.org/html/2608.23855#S1.p2.1),[§2](https://arxiv.org/html/2608.23855#S2.SS0.SSS0.Px1.p1.1),[§2](https://arxiv.org/html/2608.23855#S2.SS0.SSS0.Px3.p1.1),[Figure 2](https://arxiv.org/html/2608.23855#S4.F2)\. - \[3\]T\. Brown, B\. Mann, N\. Ryder, M\. Subbiah, J\. D\. Kaplan, P\. Dhariwal, A\. Neelakantan, P\. Shyam, G\. Sastry, A\. Askell,et al\.\(2020\)Language models are few\-shot learners\.Advances in neural information processing systems33,pp\. 1877–1901\.Cited by:[§1](https://arxiv.org/html/2608.23855#S1.p2.1)\. - \[4\]M\. Chen, L\. Shen, Z\. Li, X\. J\. Wang, J\. Sun, and C\. Liu\(2025\)VisionTS: visual masked autoencoders are free\-lunch zero\-shot time series forecasters\.InForty\-second International Conference on Machine Learning,External Links:[Link](https://openreview.net/forum?id=5DSj3MfWrB)Cited by:[§2](https://arxiv.org/html/2608.23855#S2.SS0.SSS0.Px2.p1.1),[§2](https://arxiv.org/html/2608.23855#S2.SS0.SSS0.Px3.p1.1),[§5\.2](https://arxiv.org/html/2608.23855#S5.SS2.p1.1)\. - \[5\]Q\. Dong, L\. Li, D\. Dai, C\. Zheng, J\. Ma, R\. Li, H\. Xia, J\. Xu, Z\. Wu, B\. Chang,et al\.\(2024\)A survey on in\-context learning\.InProceedings of the 2024 Conference on Empirical Methods in Natural Language Processing,pp\. 1107–1128\.Cited by:[§2](https://arxiv.org/html/2608.23855#S2.SS0.SSS0.Px1.p1.1)\. - \[6\]T\. Guan, S\. Pan, J\. Barthelemy, Z\. Li, Y\. Cai, C\. Alippi, M\. Jin, and S\. Pan\(2026\)TimeOmni\-vl: unified models for time series understanding and generation\.InProceedings of the 43rd International Conference on Machine Learning \(ICML\),Cited by:[§2](https://arxiv.org/html/2608.23855#S2.SS0.SSS0.Px3.p1.1)\. - \[7\]Y\. Han, C\. Zhang, X\. Chen, X\. Yang, Z\. Wang, G\. Yu, B\. Fu, and H\. Zhang\(2023\)ChartLlama: a multimodal llm for chart understanding and generation\.InarXiv preprint arXiv:2311\.16483,Cited by:[§2](https://arxiv.org/html/2608.23855#S2.SS0.SSS0.Px3.p1.1)\. - \[8\]M\. Jin, S\. Wang, L\. Ma, Z\. Chu, J\. Zhang, X\. Shi, P\. Chen, Y\. Liang, Y\. Li, S\. Pan,et al\.\(2024\)Time\-llm: time series forecasting by reprogramming large language models\.InProceedings of the 12th International Conference on Learning Representations \(ICLR\),Cited by:[§2](https://arxiv.org/html/2608.23855#S2.SS0.SSS0.Px2.p1.1)\. - \[9\]S\. Li, X\. Jin, Y\. Xuan, X\. Zhou, W\. Chen, Y\. Wang, and X\. Yan\(2019\)Enhancing the locality and breaking the memory bottleneck of transformer on time series forecasting\.InAdvances in Neural Information Processing Systems \(NeurIPS\),Vol\.32\.Cited by:[§5\.2](https://arxiv.org/html/2608.23855#S5.SS2.p2.1)\. - \[10\]Z\. Li, S\. Li, and X\. Yan\(2023\)Time series as images: Vision transformer for irregularly sampled time series\.Advances in Neural Information Processing Systems36,pp\. 49187–49204\.Cited by:[§2](https://arxiv.org/html/2608.23855#S2.SS0.SSS0.Px3.p1.1)\. - \[11\]Z\. Li, S\. Li, and X\. Yan\(2023\)Time series as images: vision transformer for irregularly sampled time series\.InAdvances in Neural Information Processing Systems \(NeurIPS\),Vol\.36,pp\. 49187–49204\.Cited by:[§2](https://arxiv.org/html/2608.23855#S2.SS0.SSS0.Px3.p1.1)\. - \[12\]F\. Liu, J\. Julian, J\. M\. Eisenschlos, F\. Krichene, and N\. Collier\(2023\)DePlot: one\-shot visual language reasoning by plot\-to\-table translation\.InFindings of the Association for Computational Linguistics: ACL 2023,pp\. 10381–10399\.Cited by:[§2](https://arxiv.org/html/2608.23855#S2.SS0.SSS0.Px3.p1.1)\. - \[13\]S\. Liu, H\. Yu, C\. Liao, J\. Li, W\. Lin, A\. X\. Liu, and S\. Dustdar\(2022\)Pyraformer: low\-complexity pyramidal attention for long\-range time series modeling and forecasting\.InProceedings of the 10th International Conference on Learning Representations \(ICLR\),Cited by:[§1](https://arxiv.org/html/2608.23855#S1.p1.1),[§5\.2](https://arxiv.org/html/2608.23855#S5.SS2.p2.1)\. - \[14\]J\. Lu, Y\. Sun, and S\. Yang\(2025\)In\-context time series predictor\.InProceedings of the 13th International Conference on Learning Representations \(ICLR\),Cited by:[§1](https://arxiv.org/html/2608.23855#S1.p2.1)\. - \[15\]S\. Lyu, S\. Zhong, W\. Ruan, Q\. Liu, Q\. Wen, H\. Xiong, and Y\. Liang\(2025\)OccamVTS: distilling vision models to 1% parameters for time series forecasting\.arXiv preprint arXiv:2508\.01727\.Cited by:[§2](https://arxiv.org/html/2608.23855#S2.SS0.SSS0.Px2.p1.1)\. - \[16\]J\. Ni, Z\. Zhao, C\. Shen, H\. Tong, D\. Song, W\. Cheng, D\. Luo, and H\. Chen\(2025\)Harnessing vision models for time series analysis: a survey\.InProceedings of the 34th International Joint Conference on Artificial Intelligence \(IJCAI\),pp\. 10612–10620\.External Links:[Document](https://dx.doi.org/10.24963/ijcai.2025/1178)Cited by:[§2](https://arxiv.org/html/2608.23855#S2.SS0.SSS0.Px2.p1.1),[§2](https://arxiv.org/html/2608.23855#S2.SS0.SSS0.Px3.p1.1)\. - \[17\]Y\. Nie, N\. H\. Nguyen, P\. Sinthong, and J\. Kalagnanam\(2023\)A time series is worth 64 words: long\-term forecasting with transformers\.InProceedings of the 11th International Conference on Learning Representations \(ICLR\),Cited by:[§5\.2](https://arxiv.org/html/2608.23855#S5.SS2.p1.1),[§5\.2](https://arxiv.org/html/2608.23855#S5.SS2.p2.1)\. - \[18\]V\. Prithyani, M\. Mohammed, R\. Gadgil, R\. Buitrago, V\. Jain, and A\. Chadha\(2026\)On the feasibility of vision\-language models for time\-series classification\.InProceedings of the 59th Hawaii International Conference on System Sciences \(HICSS\),pp\. 1422–1431\.Cited by:[§2](https://arxiv.org/html/2608.23855#S2.SS0.SSS0.Px3.p1.1)\. - \[19\]A\. Semenoglou, E\. Spiliotis, and V\. Assimakopoulos\(2023\)Image\-based time series forecasting: a deep convolutional neural network approach\.Neural Networks157,pp\. 39–53\.External Links:[Document](https://dx.doi.org/10.1016/j.neunet.2022.10.006)Cited by:[§2](https://arxiv.org/html/2608.23855#S2.SS0.SSS0.Px3.p1.1)\. - \[20\]C\. Shen, W\. Yu, Z\. Zhao, D\. Song, W\. Cheng, H\. Chen, and J\. Ni\(2025\)Multi\-modal view enhanced large vision models for long\-term time series forecasting\.InAdvances in Neural Information Processing Systems \(NeurIPS\),Vol\.38\.Cited by:[§2](https://arxiv.org/html/2608.23855#S2.SS0.SSS0.Px2.p1.1)\. - \[21\]C\. Shen, Z\. Zhao, H\. Tong, D\. Song, D\. Luo, Q\. Wen, and J\. Ni\(2025\)SVTime: small time series forecasting models informed by “physics” of large vision model forecasters\.arXiv preprint arXiv:2510\.09780\.Cited by:[§2](https://arxiv.org/html/2608.23855#S2.SS0.SSS0.Px2.p1.1)\. - \[22\]L\. Shen, M\. Chen, X\. Liu, H\. Fu, X\. Ren, J\. Sun, Z\. Li, and C\. Liu\(2025\)VisionTS\+\+: cross\-modal time series foundation model with continual pre\-trained vision backbones\.arXiv preprint arXiv:2508\.04379\.Cited by:[§2](https://arxiv.org/html/2608.23855#S2.SS0.SSS0.Px2.p1.1)\. - \[23\]S\. Sood, Z\. Zeng, N\. Cohen, T\. Balch, and M\. Veloso\(2021\)Visual time series forecasting: an image\-driven approach\.InProceedings of the Second ACM International Conference on AI in Finance,pp\. 1–9\.Cited by:[§2](https://arxiv.org/html/2608.23855#S2.SS0.SSS0.Px3.p1.1)\. - \[24\]J\. Su, C\. Jiang, X\. Jin, Y\. Qiao, T\. Xiao, H\. Ma, R\. Wei, Z\. Jing, J\. Xu, and J\. Lin\(2024\)Large language models for forecasting and anomaly detection: a systematic literature review\.CoRRabs/2402\.10350\.External Links:[Link](https://doi.org/10.48550/arXiv.2402.10350),[Document](https://dx.doi.org/10.48550/ARXIV.2402.10350),2402\.10350Cited by:[§2](https://arxiv.org/html/2608.23855#S2.SS0.SSS0.Px2.p1.1)\. - \[25\]X\. Wang, W\. Zhang, Y\. Cao, C\. Shen, and T\. Huang\(2023\)Images speak in images: a generalist painter for in\-context visual learning\.InProceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition \(CVPR\),pp\. 6830–6839\.Cited by:[§2](https://arxiv.org/html/2608.23855#S2.SS0.SSS0.Px1.p1.1)\. - \[26\]X\. Wang, X\. Zhang, Y\. Cao, W\. Wang, C\. Shen, and T\. Huang\(2023\)SegGPT: segmenting everything in context\.InProceedings of the IEEE/CVF International Conference on Computer Vision \(ICCV\),pp\. 1130–1140\.Cited by:[§2](https://arxiv.org/html/2608.23855#S2.SS0.SSS0.Px1.p1.1)\. - \[27\]J\. Wei, X\. Wang, D\. Schuurmans, M\. Bosma, F\. Xia, E\. Chi, Q\. V\. Le, D\. Zhou,et al\.\(2022\)Chain\-of\-thought prompting elicits reasoning in large language models\.Advances in neural information processing systems35,pp\. 24824–24837\.Cited by:[§1](https://arxiv.org/html/2608.23855#S1.p2.1)\. - \[28\]H\. Wu, T\. Hu, Y\. Liu, H\. Zhou, J\. Wang, and M\. Long\(2023\)TimesNet: temporal 2d\-variation modeling for general time series analysis\.InInternational Conference on Learning Representations \(ICLR\),Cited by:[§2](https://arxiv.org/html/2608.23855#S2.SS0.SSS0.Px3.p1.1)\. - \[29\]L\. Yang, Y\. Wang, X\. Fan, I\. Cohen, J\. Chen, and Z\. Zhang\(2025\)ViTime: foundation model for time series forecasting powered by vision intelligence\.Transactions on Machine Learning Research\.Cited by:[§2](https://arxiv.org/html/2608.23855#S2.SS0.SSS0.Px2.p1.1),[§5\.2](https://arxiv.org/html/2608.23855#S5.SS2.p1.1)\. - \[30\]J\. Ye, W\. Zhang, K\. Yi, Y\. Yu, Z\. Li, J\. Li, and F\. Tsung\(2024\)A survey of time series foundation models: generalizing time series representation with large language model\.arXiv preprint arXiv:2405\.02358\.Cited by:[§2](https://arxiv.org/html/2608.23855#S2.SS0.SSS0.Px2.p1.1)\. - \[31\]X\. Zhang, R\. R\. Chowdhury, R\. K\. Gupta, and J\. Shang\(2024\)Large language models for time series: a survey\.InProceedings of the Thirty\-Third International Joint Conference on Artificial Intelligence,IJCAI ’24\.External Links:ISBN 978\-1\-956792\-04\-1,[Document](https://dx.doi.org/10.24963/ijcai.2024/921)Cited by:[§2](https://arxiv.org/html/2608.23855#S2.SS0.SSS0.Px2.p1.1)\. - \[32\]Y\. Zhang, K\. Zhou, and Z\. Liu\(2023\)What makes good examples for visual in\-context learning?\.Advances in Neural Information Processing Systems36,pp\. 17773–17794\.Cited by:[§2](https://arxiv.org/html/2608.23855#S2.SS0.SSS0.Px1.p1.1)\. - \[33\]X\. Zhao, Z\. Zhou, W\. Zhang, Y\. Liu, X\. Chen, J\. Gong, H\. Chen, B\. Fei, S\. Chen, W\. Ouyang,et al\.\(2025\)WeatherGFM: learning a weather generalist foundation model via in\-context learning\.InProceedings of the 13th International Conference on Learning Representations \(ICLR\),Cited by:[§2](https://arxiv.org/html/2608.23855#S2.SS0.SSS0.Px1.p1.1)\. - \[34\]S\. Zhong, W\. Ruan, M\. Jin, H\. Li, Q\. Wen, and Y\. Liang\(2025\)Time\-vlm: exploring multimodal vision\-language models for augmented time series forecasting\.InProceedings of the 42nd International Conference on Machine Learning \(ICML\),Cited by:[§2](https://arxiv.org/html/2608.23855#S2.SS0.SSS0.Px3.p1.1)\. - \[35\]H\. Zhou, S\. Zhang, J\. Peng, S\. Zhang, J\. Li, H\. Xiong, and W\. Zhang\(2021\)Informer: beyond efficient transformer for long sequence time\-series forecasting\.InProceedings of the Thirty\-Fifth AAAI Conference on Artificial Intelligence \(AAAI\),Vol\.35,pp\. 11106–11115\.External Links:[Document](https://dx.doi.org/10.1609/aaai.v35i12.17325)Cited by:[§1](https://arxiv.org/html/2608.23855#S1.p1.1),[§5\.2](https://arxiv.org/html/2608.23855#S5.SS2.p2.1)\. - \[36\]T\. Zhou, P\. Niu, X\. Wang, L\. Sun, and R\. Jin\(2023\)One fits all: power general time series analysis by pretrained lm\.InAdvances in Neural Information Processing Systems \(NeurIPS\),Cited by:[§1](https://arxiv.org/html/2608.23855#S1.p2.1),[§5\.4](https://arxiv.org/html/2608.23855#S5.SS4.SSSx1.p1.1)\.
Similar Articles
CoIn: Comprehensive 2D-3D Inpainting with Gaussian Splatting Guidance
This paper introduces CoIn, a novel framework for 3D scene inpainting that bridges 2D diffusion models and 3D Gaussian Splatting via a multi-stage consistency pipeline, enabling both object removal and insertion with flexible masks.
Inpainting Insights: Elevating Visual XAI with Photorealistic Perturbations
This paper proposes using generative inpainting to create photorealistic perturbations for LIME, improving the quality of explanations by avoiding out-of-distribution artifacts common in traditional occlusion methods.
ConceptTS: LLM-Guided Concept Bottlenecks for Interpretable Multivariate Time-Series Forecasting
ConceptTS introduces an interpretable forecasting framework that uses large language models to propose human-readable concepts for multivariate time-series prediction, achieving competitive accuracy with transparency through concept bottlenecks.
IV-CoT: Implicit Visual Chain-of-Thought for Structure-Aware Text-to-Image Generation
IV-CoT decomposes visual conditioning into structural and semantic cascades for improved structure-aware image generation, using training-only sketch supervision to guide structural queries. It achieves state-of-the-art results on GenEval and T2I-CompBench.
Adaptive Tokenisation Via Temporal Redundancy Masking And Latent Inpainting [R]
This paper introduces an adaptive video tokenisation method that exploits temporal redundancy in latent space to allocate tokens dynamically, achieving efficient compression without auxiliary networks. The proposed Latent Inpainting Transformer reconstructs dropped positions, delivering 31x speedup over ElasticTok-CV and 2x over InfoTok.