paper-with-me

Papers

Masterful: A Training Platform for Computer Vision Models

2022-05-21 · Samuel Wookey, Yaoshiang Ho, Tom Rikert, Juan David Gil Lopez, Juan Manuel Muñoz Beancur, Santiago Cortes, Ray Tawil, Aaron Sabin, Jack Lynch, Travis Harper, Nikhil Gajendrakumar

Masterful is a software platform to train deep learning computer vision models. Data and model architecture are inputs to the platform, and the output is a trained model. The platform's primary goal is to maximize a trained model's accuracy, which it achieves through its regularization and semi-supervised learning implementations. The platform's secondary goal is to minimize the amount of manual experimentation typically required to tune training hyperparameters, which it achieves via multiple metalearning algorithms which are custom built to control the platform's regularization and semi-supervised learning implementations. The platform's tertiary goal is to minimize the computing resources required to train a model, which it achieves via another set of metalearning algorithms which are purpose built to control Tensorflow's optimization implementations. The platform builds on top of Tensorflow's data management, architecture, automatic differentiation, and optimization implementations.

📄 PDF Abstract BibTeX arXiv:2205.10469

Code (0)

등록된 구현이 없습니다.

Tasks

Management

Similar Papers 제목 키워드 기반

PoliFormer: Scaling On-Policy RL with Transformers Results in Masterful Navigators

2024-06-28 · Kuo-Hao Zeng, Zichen Zhang, Kiana Ehsani, Rose Hendrix 외

We present PoliFormer (Policy Transformer), an RGB-only indoor navigation agent trained end-to-end with reinforcement learning at scale that generalizes to the real-world without adaptation despite being trained purely i…

DecoderObjectObject Tracking

FedVision: An Online Visual Object Detection Platform Powered by Federated Learning

2020-01-17 · Yang Liu, Anbu Huang, Yun Luo, He Huang 외

Visual object detection is a computer vision-based artificial intelligence (AI) technique which has many practical applications (e.g., fire hazard monitoring). However, due to privacy concerns and the high cost of transm…

Federated Learningobject-detectionObject Detection

CompressAI-Vision: Open-source software to evaluate compression methods for computer vision tasks

2025-09-25 · Hyomin Choi, Heeji Han, Chris Rosewarne, Fabien Racapé arxiv

With the increasing use of neural network (NN)-based computer vision applications that process image and video data as input, interest has emerged in video compression technology optimized for computer vision tasks. In f…

Embedded Platforms for Computer Vision-based Advanced Driver Assistance Systems: a Survey

2015-04-28 · Gorka Velez, Oihana Otaegui

Computer Vision, either alone or combined with other technologies such as radar or Lidar, is one of the key technologies used in Advanced Driver Assistance Systems (ADAS). Its role understanding and analysing the driving…

YMIR: A Rapid Data-centric Development Platform for Vision Applications

2021-11-19 · Phoenix X. Huang, Wenze Hu, William Brendel, Manmohan Chandraker 외

This paper introduces an open source platform to support the rapid development of computer vision applications at scale. The platform puts the efficient data development at the center of the machine learning development …

Active Learning