paper-with-me

Papers

A Configurable Library for Generating and Manipulating Maze Datasets

2023-09-19 · Michael Igorevich Ivanitskiy, Rusheb Shah, Alex F. Spies, Tilman Räuker, Dan Valentine, Can Rager, Lucia Quirke, Chris Mathwin, Guillaume Corlouer, Cecilia Diniz Behn, Samy Wu Fung

Understanding how machine learning models respond to distributional shifts is a key research challenge. Mazes serve as an excellent testbed due to varied generation algorithms offering a nuanced platform to simulate both subtle and pronounced distributional shifts. To enable systematic investigations of model behavior on out-of-distribution data, we present $\texttt{maze-dataset}$, a comprehensive library for generating, processing, and visualizing datasets consisting of maze-solving tasks. With this library, researchers can easily create datasets, having extensive control over the generation algorithm used, the parameters fed to the algorithm of choice, and the filters that generated mazes must satisfy. Furthermore, it supports multiple output formats, including rasterized and text-based, catering to convolutional neural networks and autoregressive transformer models. These formats, along with tools for visualizing and converting between them, ensure versatility and adaptability in research applications.

📄 PDF Abstract BibTeX arXiv:2309.10498

Code (1)

understanding-search/maze-dataset 공식 구현 pytorch

Methods 이 논문이 사용한 방법론

Library 설명 없음

Similar Papers 제목 키워드 기반

UDon2: a library for manipulating Universal Dependencies trees

2020-12-01 · UDW (COLING) 2020 12 · Dmytro Kalpakchi, Johan Boye

UDon2 is an open-source library for manipulating dependency trees represented in the CoNLL-U format. The library is compatible with the Universal Dependencies. UDon2 is aimed at developers of downstream Natural Language …

Sentence

LAVIS: A Library for Language-Vision Intelligence

2022-09-15 · Dongxu Li, Junnan Li, Hung Le, Guangsen Wang 외

We introduce LAVIS, an open-source deep learning library for LAnguage-VISion research and applications. LAVIS aims to serve as a one-stop comprehensive library that brings recent advancements in the language-vision field…

BenchmarkingImage CaptioningImage RetrievalMultimodal Deep Learning+7

Passive Human Sensing Enhanced by Reconfigurable Intelligent Surface: Opportunities and Challenges

2023-11-14 · Xinyu Li, Jian Wei You, Ze Gu, Qian Ma 외

Reconfigurable intelligent surfaces (RISs) have flexible and exceptional performance in manipulating electromagnetic waves and customizing wireless channels. These capabilities enable them to provide a plethora of valuab…

Activity Recognition

OpenAutoNLU: Open Source AutoML Library for NLU

2026-03-02 · Grigory Arshinov, Aleksandr Boriskin, Sergey Senichev, Ayaz Zaripov 외 arxiv

OpenAutoNLU is an open-source automated machine learning library for natural language understanding (NLU) tasks, covering both text classification and named entity recognition (NER). Unlike existing solutions, we introdu…

Natural Language UnderstandingText Classification

Poisoning Attacks against Recommender Systems: A Survey

2024-01-03 · Zongwei Wang, Min Gao, Junliang Yu, Hao Ma 외

Modern recommender systems (RS) have seen substantial success, yet they remain vulnerable to malicious activities, notably poisoning attacks. These attacks involve injecting malicious data into the training datasets of R…

Recommendation SystemsSurvey