paper-with-me

Papers

Darts: User-Friendly Modern Machine Learning for Time Series

2021-10-07 · Julien Herzen, Francesco Lässig, Samuele Giuliano Piazzetta, Thomas Neuer, Léo Tafti, Guillaume Raille, Tomas Van Pottelbergh, Marek Pasieka, Andrzej Skrodzki, Nicolas Huguenin, Maxime Dumonal, Jan Kościsz, Dennis Bader, Frédérick Gusset, Mounir Benheddi, Camila Williamson, Michal Kosinski, Matej Petrik, Gaël Grosch

We present Darts, a Python machine learning library for time series, with a focus on forecasting. Darts offers a variety of models, from classics such as ARIMA to state-of-the-art deep neural networks. The emphasis of the library is on offering modern machine learning functionalities, such as supporting multidimensional series, meta-learning on multiple series, training on large datasets, incorporating external data, ensembling models, and providing a rich support for probabilistic forecasting. At the same time, great care goes into the API design to make it user-friendly and easy to use. For instance, all models can be used using fit()/predict(), similar to scikit-learn.

📄 PDF Abstract BibTeX arXiv:2110.03224

Code (1)

unit8co/darts 공식 구현 pytorch

Tasks

BIG-bench Machine LearningMeta-LearningTime SeriesTime Series Analysis

Methods 이 논문이 사용한 방법론

DARTS Differentiable Architecture Search (DART) is a method for efficient architecture search. The search space is made continuous so that the architecture can be optimized with…

Similar Papers 제목 키워드 기반

ROME: Robustifying Memory-Efficient NAS via Topology Disentanglement and Gradient Accumulation

2020-11-23 · ICCV 2023 1 · Xiaoxing Wang, Xiangxiang Chu, Yuda Fan, Zhexi Zhang 외

Albeit being a prevalent architecture searching approach, differentiable architecture search (DARTS) is largely hindered by its substantial memory cost since the entire supernet resides in the memory. This is where the s…

DisentanglementNeural Architecture Search

DARTS without a Validation Set: Optimizing the Marginal Likelihood

2021-12-24 · Miroslav Fil, Binxin Ru, Clare Lyle, Yarin Gal

The success of neural architecture search (NAS) has historically been limited by excessive compute requirements. While modern weight-sharing NAS methods such as DARTS are able to finish the search in single-digit GPU day…

GPUNeural Architecture Search

A Lightweight Neural Architecture Search Model for Medical Image Classification

2024-05-06 · Lunchen Xie, Eugenio Lomurno, Matteo Gambella, Danilo Ardagna 외

Accurate classification of medical images is essential for modern diagnostics. Deep learning advancements led clinicians to increasingly use sophisticated models to make faster and more accurate decisions, sometimes repl…

Deep Learningimage-classificationImage ClassificationMedical Image Classification+1

MIDAS: Mosaic Input-Specific Differentiable Architecture Search

2026-02-06 · Konstanty Subbotko arxiv

Differentiable Neural Architecture Search (NAS) provides efficient, gradient-based methods for automatically designing neural networks, yet its adoption remains limited in practice. We present MIDAS, a novel approach tha…

Neural Architecture Search

DARTS: A Drone-Based AI-Powered Real-Time Traffic Incident Detection System

2025-10-29 · Bai Li, Achilleas Kourtellis, Rong Cao, Joseph Post 외 arxiv

Rapid and reliable incident detection is critical for reducing crash-related fatalities, injuries, and congestion. However, conventional methods, such as closed-circuit television, dashcam footage, and sensor-based detec…