arxiv_id
stringlengths 9
10
| label
stringclasses 3
values | title
stringlengths 8
155
| authors
sequencelengths 1
1.35k
| published
stringclasses 845
values | abstract
stringlengths 343
1.92k
| doi
stringclasses 81
values | primary_category
stringclasses 45
values | categories
sequencelengths 1
7
|
---|---|---|---|---|---|---|---|---|
2406.11617 | HF | DELLA-Merging: Reducing Interference in Model Merging through Magnitude-Based Sampling | [
"Pala Tej Deep",
"Rishabh Bhardwaj",
"Soujanya Poria"
] | 2024-06-17 | With the proliferation of domain-specific models, model merging has emerged
as a set of techniques that combine the capabilities of multiple models into
one that can multitask without the cost of additional training. In this paper,
we propose a new model merging technique, Drop and rEscaLe via sampLing with
mAgnitude (DELLA-Merging), that employs a novel pruning technique, MAGPRUNE,
which shows significant advantages over DARE and TIES. MAGPRUNE first ranks the
parameters in order of their magnitude and assigns higher dropout probabilities
(p) to parameters with lower ranks corresponding to lower magnitudes. To
approximate the original embeddings, MAGPRUNE employs a rescaling operation on
the parameters that survive the random dropping by 1/(1 - p). On three
different expert models considered for merging (LM, Math, Code) and
corresponding benchmark datasets (AlpacaEval, GSM8K, MBPP), DELLA shows an
average improvement of 2.4 points over baseline methods employing delta
parameter pruning (an improvement of 3.6 points over TIES, 1.2 points over
DARE), and 11.1 points over the no-pruning baseline (TA). We release the source
code at: https://github.com/declare-lab/della. | null | cs.CL | [
"cs.CL"
] |
2403.08295 | HF | Gemma: Open Models Based on Gemini Research and Technology | [
"Gemma Team",
"Thomas Mesnard",
"Cassidy Hardin",
"Robert Dadashi",
"Surya Bhupatiraju",
"Shreya Pathak",
"Laurent Sifre",
"Morgane Rivière",
"Mihir Sanjay Kale",
"Juliette Love",
"Pouya Tafti",
"Léonard Hussenot",
"Pier Giuseppe Sessa",
"Aakanksha Chowdhery",
"Adam Roberts",
"Aditya Barua",
"Alex Botev",
"Alex Castro-Ros",
"Ambrose Slone",
"Amélie Héliou",
"Andrea Tacchetti",
"Anna Bulanova",
"Antonia Paterson",
"Beth Tsai",
"Bobak Shahriari",
"Charline Le Lan",
"Christopher A. Choquette-Choo",
"Clément Crepy",
"Daniel Cer",
"Daphne Ippolito",
"David Reid",
"Elena Buchatskaya",
"Eric Ni",
"Eric Noland",
"Geng Yan",
"George Tucker",
"George-Christian Muraru",
"Grigory Rozhdestvenskiy",
"Henryk Michalewski",
"Ian Tenney",
"Ivan Grishchenko",
"Jacob Austin",
"James Keeling",
"Jane Labanowski",
"Jean-Baptiste Lespiau",
"Jeff Stanway",
"Jenny Brennan",
"Jeremy Chen",
"Johan Ferret",
"Justin Chiu",
"Justin Mao-Jones",
"Katherine Lee",
"Kathy Yu",
"Katie Millican",
"Lars Lowe Sjoesund",
"Lisa Lee",
"Lucas Dixon",
"Machel Reid",
"Maciej Mikuła",
"Mateo Wirth",
"Michael Sharman",
"Nikolai Chinaev",
"Nithum Thain",
"Olivier Bachem",
"Oscar Chang",
"Oscar Wahltinez",
"Paige Bailey",
"Paul Michel",
"Petko Yotov",
"Rahma Chaabouni",
"Ramona Comanescu",
"Reena Jana",
"Rohan Anil",
"Ross McIlroy",
"Ruibo Liu",
"Ryan Mullins",
"Samuel L Smith",
"Sebastian Borgeaud",
"Sertan Girgin",
"Sholto Douglas",
"Shree Pandya",
"Siamak Shakeri",
"Soham De",
"Ted Klimenko",
"Tom Hennigan",
"Vlad Feinberg",
"Wojciech Stokowiec",
"Yu-hui Chen",
"Zafarali Ahmed",
"Zhitao Gong",
"Tris Warkentin",
"Ludovic Peran",
"Minh Giang",
"Clément Farabet",
"Oriol Vinyals",
"Jeff Dean",
"Koray Kavukcuoglu",
"Demis Hassabis",
"Zoubin Ghahramani",
"Douglas Eck",
"Joelle Barral",
"Fernando Pereira",
"Eli Collins",
"Armand Joulin",
"Noah Fiedel",
"Evan Senter",
"Alek Andreev",
"Kathleen Kenealy"
] | 2024-03-13 | This work introduces Gemma, a family of lightweight, state-of-the art open
models built from the research and technology used to create Gemini models.
Gemma models demonstrate strong performance across academic benchmarks for
language understanding, reasoning, and safety. We release two sizes of models
(2 billion and 7 billion parameters), and provide both pretrained and
fine-tuned checkpoints. Gemma outperforms similarly sized open models on 11 out
of 18 text-based tasks, and we present comprehensive evaluations of safety and
responsibility aspects of the models, alongside a detailed description of model
development. We believe the responsible release of LLMs is critical for
improving the safety of frontier models, and for enabling the next wave of LLM
innovations. | null | cs.CL | [
"cs.CL",
"cs.AI"
] |
2402.04825 | HF | Fast Timing-Conditioned Latent Audio Diffusion | [
"Zach Evans",
"CJ Carr",
"Josiah Taylor",
"Scott H. Hawley",
"Jordi Pons"
] | 2024-02-07 | Generating long-form 44.1kHz stereo audio from text prompts can be
computationally demanding. Further, most previous works do not tackle that
music and sound effects naturally vary in their duration. Our research focuses
on the efficient generation of long-form, variable-length stereo music and
sounds at 44.1kHz using text prompts with a generative model. Stable Audio is
based on latent diffusion, with its latent defined by a fully-convolutional
variational autoencoder. It is conditioned on text prompts as well as timing
embeddings, allowing for fine control over both the content and length of the
generated music and sounds. Stable Audio is capable of rendering stereo signals
of up to 95 sec at 44.1kHz in 8 sec on an A100 GPU. Despite its compute
efficiency and fast inference, it is one of the best in two public
text-to-music and -audio benchmarks and, differently from state-of-the-art
models, can generate music with structure and stereo sounds. | null | cs.SD | [
"cs.SD",
"cs.LG",
"eess.AS"
] |
2309.00610 | HF | CityDreamer: Compositional Generative Model of Unbounded 3D Cities | [
"Haozhe Xie",
"Zhaoxi Chen",
"Fangzhou Hong",
"Ziwei Liu"
] | 2023-09-01 | 3D city generation is a desirable yet challenging task, since humans are more
sensitive to structural distortions in urban environments. Additionally,
generating 3D cities is more complex than 3D natural scenes since buildings, as
objects of the same class, exhibit a wider range of appearances compared to the
relatively consistent appearance of objects like trees in natural scenes. To
address these challenges, we propose \textbf{CityDreamer}, a compositional
generative model designed specifically for unbounded 3D cities. Our key insight
is that 3D city generation should be a composition of different types of neural
fields: 1) various building instances, and 2) background stuff, such as roads
and green lands. Specifically, we adopt the bird's eye view scene
representation and employ a volumetric render for both instance-oriented and
stuff-oriented neural fields. The generative hash grid and periodic positional
embedding are tailored as scene parameterization to suit the distinct
characteristics of building instances and background stuff. Furthermore, we
contribute a suite of CityGen Datasets, including OSM and GoogleEarth, which
comprises a vast amount of real-world city imagery to enhance the realism of
the generated 3D cities both in their layouts and appearances. CityDreamer
achieves state-of-the-art performance not only in generating realistic 3D
cities but also in localized editing within the generated cities. | null | cs.CV | [
"cs.CV"
] |
2402.03749 | HF | Vision Superalignment: Weak-to-Strong Generalization for Vision Foundation Models | [
"Jianyuan Guo",
"Hanting Chen",
"Chengcheng Wang",
"Kai Han",
"Chang Xu",
"Yunhe Wang"
] | 2024-02-06 | Recent advancements in large language models have sparked interest in their
extraordinary and near-superhuman capabilities, leading researchers to explore
methods for evaluating and optimizing these abilities, which is called
superalignment. In this context, our paper delves into the realm of vision
foundation models, focusing on the concept of weak-to-strong generalization,
which involves using a weaker model to supervise a stronger one, aiming to
enhance the latter's capabilities beyond the former's limits. We introduce a
novel and adaptively adjustable loss function for weak-to-strong supervision.
Our comprehensive experiments span various scenarios, including few-shot
learning, transfer learning, noisy label learning, and common knowledge
distillation settings. The results are striking: our approach not only exceeds
the performance benchmarks set by strong-to-strong generalization but also
surpasses the outcomes of fine-tuning strong models with whole datasets. This
compelling evidence underscores the significant potential of weak-to-strong
generalization, showcasing its capability to substantially elevate the
performance of vision foundation models. The code is available at
https://github.com/ggjy/vision_weak_to_strong. | null | cs.CV | [
"cs.CV"
] |
2408.03281 | HF | StructEval: Deepen and Broaden Large Language Model Assessment via Structured Evaluation | [
"Boxi Cao",
"Mengjie Ren",
"Hongyu Lin",
"Xianpei Han",
"Feng Zhang",
"Junfeng Zhan",
"Le Sun"
] | 2024-08-06 | Evaluation is the baton for the development of large language models. Current
evaluations typically employ a single-item assessment paradigm for each atomic
test objective, which struggles to discern whether a model genuinely possesses
the required capabilities or merely memorizes/guesses the answers to specific
questions. To this end, we propose a novel evaluation framework referred to as
StructEval. Starting from an atomic test objective, StructEval deepens and
broadens the evaluation by conducting a structured assessment across multiple
cognitive levels and critical concepts, and therefore offers a comprehensive,
robust and consistent evaluation for LLMs. Experiments on three widely-used
benchmarks demonstrate that StructEval serves as a reliable tool for resisting
the risk of data contamination and reducing the interference of potential
biases, thereby providing more reliable and consistent conclusions regarding
model capabilities. Our framework also sheds light on the design of future
principled and trustworthy LLM evaluation protocols. | null | cs.CL | [
"cs.CL",
"cs.AI",
"cs.LG"
] |
2403.06634 | HF | Stealing Part of a Production Language Model | [
"Nicholas Carlini",
"Daniel Paleka",
"Krishnamurthy Dj Dvijotham",
"Thomas Steinke",
"Jonathan Hayase",
"A. Feder Cooper",
"Katherine Lee",
"Matthew Jagielski",
"Milad Nasr",
"Arthur Conmy",
"Itay Yona",
"Eric Wallace",
"David Rolnick",
"Florian Tramèr"
] | 2024-03-11 | We introduce the first model-stealing attack that extracts precise,
nontrivial information from black-box production language models like OpenAI's
ChatGPT or Google's PaLM-2. Specifically, our attack recovers the embedding
projection layer (up to symmetries) of a transformer model, given typical API
access. For under \$20 USD, our attack extracts the entire projection matrix of
OpenAI's Ada and Babbage language models. We thereby confirm, for the first
time, that these black-box models have a hidden dimension of 1024 and 2048,
respectively. We also recover the exact hidden dimension size of the
gpt-3.5-turbo model, and estimate it would cost under $2,000 in queries to
recover the entire projection matrix. We conclude with potential defenses and
mitigations, and discuss the implications of possible future work that could
extend our attack. | null | cs.CR | [
"cs.CR"
] |
2311.01455 | HF | RoboGen: Towards Unleashing Infinite Data for Automated Robot Learning via Generative Simulation | [
"Yufei Wang",
"Zhou Xian",
"Feng Chen",
"Tsun-Hsuan Wang",
"Yian Wang",
"Katerina Fragkiadaki",
"Zackory Erickson",
"David Held",
"Chuang Gan"
] | 2023-11-02 | We present RoboGen, a generative robotic agent that automatically learns
diverse robotic skills at scale via generative simulation. RoboGen leverages
the latest advancements in foundation and generative models. Instead of
directly using or adapting these models to produce policies or low-level
actions, we advocate for a generative scheme, which uses these models to
automatically generate diversified tasks, scenes, and training supervisions,
thereby scaling up robotic skill learning with minimal human supervision. Our
approach equips a robotic agent with a self-guided propose-generate-learn
cycle: the agent first proposes interesting tasks and skills to develop, and
then generates corresponding simulation environments by populating pertinent
objects and assets with proper spatial configurations. Afterwards, the agent
decomposes the proposed high-level task into sub-tasks, selects the optimal
learning approach (reinforcement learning, motion planning, or trajectory
optimization), generates required training supervision, and then learns
policies to acquire the proposed skill. Our work attempts to extract the
extensive and versatile knowledge embedded in large-scale models and transfer
them to the field of robotics. Our fully generative pipeline can be queried
repeatedly, producing an endless stream of skill demonstrations associated with
diverse tasks and environments. | null | cs.RO | [
"cs.RO",
"cs.AI",
"cs.CV",
"cs.LG"
] |
2311.10125 | HF | UnifiedVisionGPT: Streamlining Vision-Oriented AI through Generalized Multimodal Framework | [
"Chris Kelly",
"Luhui Hu",
"Cindy Yang",
"Yu Tian",
"Deshun Yang",
"Bang Yang",
"Zaoshan Huang",
"Zihao Li",
"Yuexian Zou"
] | 2023-11-16 | In the current landscape of artificial intelligence, foundation models serve
as the bedrock for advancements in both language and vision domains. OpenAI
GPT-4 has emerged as the pinnacle in large language models (LLMs), while the
computer vision (CV) domain boasts a plethora of state-of-the-art (SOTA) models
such as Meta's SAM and DINO, and YOLOS. However, the financial and
computational burdens of training new models from scratch remain a significant
barrier to progress. In response to this challenge, we introduce
UnifiedVisionGPT, a novel framework designed to consolidate and automate the
integration of SOTA vision models, thereby facilitating the development of
vision-oriented AI. UnifiedVisionGPT distinguishes itself through four key
features: (1) provides a versatile multimodal framework adaptable to a wide
range of applications, building upon the strengths of multimodal foundation
models; (2) seamlessly integrates various SOTA vision models to create a
comprehensive multimodal platform, capitalizing on the best components of each
model; (3) prioritizes vision-oriented AI, ensuring a more rapid progression in
the CV domain compared to the current trajectory of LLMs; and (4) introduces
automation in the selection of SOTA vision models, generating optimal results
based on diverse multimodal inputs such as text prompts and images. This paper
outlines the architecture and capabilities of UnifiedVisionGPT, demonstrating
its potential to revolutionize the field of computer vision through enhanced
efficiency, versatility, generalization, and performance. Our implementation,
along with the unified multimodal framework and comprehensive dataset, is made
publicly available at https://github.com/LHBuilder/SA-Segment-Anything. | null | cs.CV | [
"cs.CV"
] |
2302.09178 | AnswerAI | Improving Training Stability for Multitask Ranking Models in Recommender Systems | [
"Jiaxi Tang",
"Yoel Drori",
"Daryl Chang",
"Maheswaran Sathiamoorthy",
"Justin Gilmer",
"Li Wei",
"Xinyang Yi",
"Lichan Hong",
"Ed H. Chi"
] | 2023-02-17 | Recommender systems play an important role in many content platforms. While
most recommendation research is dedicated to designing better models to improve
user experience, we found that research on stabilizing the training for such
models is severely under-explored. As recommendation models become larger and
more sophisticated, they are more susceptible to training instability issues,
i.e., loss divergence, which can make the model unusable, waste significant
resources and block model developments. In this paper, we share our findings
and best practices we learned for improving the training stability of a
real-world multitask ranking model for YouTube recommendations. We show some
properties of the model that lead to unstable training and conjecture on the
causes. Furthermore, based on our observations of training dynamics near the
point of training instability, we hypothesize why existing solutions would
fail, and propose a new algorithm to mitigate the limitations of existing
solutions. Our experiments on YouTube production dataset show the proposed
algorithm can significantly improve training stability while not compromising
convergence, comparing with several commonly used baseline methods. | 10.1145/3580305.3599846 | cs.LG | [
"cs.LG"
] |
2302.01973 | AnswerAI | Measuring The Impact Of Programming Language Distribution | [
"Gabriel Orlanski",
"Kefan Xiao",
"Xavier Garcia",
"Jeffrey Hui",
"Joshua Howland",
"Jonathan Malmaud",
"Jacob Austin",
"Rishabh Singh",
"Michele Catasta"
] | 2023-02-03 | Current benchmarks for evaluating neural code models focus on only a small
subset of programming languages, excluding many popular languages such as Go or
Rust. To ameliorate this issue, we present the BabelCode framework for
execution-based evaluation of any benchmark in any language. BabelCode enables
new investigations into the qualitative performance of models' memory, runtime,
and individual test case results. Additionally, we present a new code
translation dataset called Translating Python Programming Puzzles (TP3) from
the Python Programming Puzzles (Schuster et al. 2021) benchmark that involves
translating expert-level python functions to any language. With both BabelCode
and the TP3 benchmark, we investigate if balancing the distributions of 14
languages in a training dataset improves a large language model's performance
on low-resource languages. Training a model on a balanced corpus results in, on
average, 12.34% higher $pass@k$ across all tasks and languages compared to the
baseline. We find that this strategy achieves 66.48% better $pass@k$ on
low-resource languages at the cost of only a 12.94% decrease to high-resource
languages. In our three translation tasks, this strategy yields, on average,
30.77% better low-resource $pass@k$ while having 19.58% worse high-resource
$pass@k$. | null | cs.LG | [
"cs.LG",
"cs.CL",
"cs.PL"
] |
2308.02669 | HF | ConceptLab: Creative Concept Generation using VLM-Guided Diffusion Prior Constraints | [
"Elad Richardson",
"Kfir Goldberg",
"Yuval Alaluf",
"Daniel Cohen-Or"
] | 2023-08-03 | Recent text-to-image generative models have enabled us to transform our words
into vibrant, captivating imagery. The surge of personalization techniques that
has followed has also allowed us to imagine unique concepts in new scenes.
However, an intriguing question remains: How can we generate a new, imaginary
concept that has never been seen before? In this paper, we present the task of
creative text-to-image generation, where we seek to generate new members of a
broad category (e.g., generating a pet that differs from all existing pets). We
leverage the under-studied Diffusion Prior models and show that the creative
generation problem can be formulated as an optimization process over the output
space of the diffusion prior, resulting in a set of "prior constraints". To
keep our generated concept from converging into existing members, we
incorporate a question-answering Vision-Language Model (VLM) that adaptively
adds new constraints to the optimization problem, encouraging the model to
discover increasingly more unique creations. Finally, we show that our prior
constraints can also serve as a strong mixing mechanism allowing us to create
hybrids between generated concepts, introducing even more flexibility into the
creative process. | null | cs.CV | [
"cs.CV"
] |
2307.03692 | HF | Becoming self-instruct: introducing early stopping criteria for minimal instruct tuning | [
"Waseem AlShikh",
"Manhal Daaboul",
"Kirk Goddard",
"Brock Imel",
"Kiran Kamble",
"Parikshith Kulkarni",
"Melisa Russak"
] | 2023-07-05 | In this paper, we introduce the Instruction Following Score (IFS), a metric
that detects language models' ability to follow instructions. The metric has a
dual purpose. First, IFS can be used to distinguish between base and instruct
models. We benchmark publicly available base and instruct models, and show that
the ratio of well formatted responses to partial and full sentences can be an
effective measure between those two model classes. Secondly, the metric can be
used as an early stopping criteria for instruct tuning. We compute IFS for
Supervised Fine-Tuning (SFT) of 7B and 13B LLaMA models, showing that models
learn to follow instructions relatively early in the training process, and the
further finetuning can result in changes in the underlying base model
semantics. As an example of semantics change we show the objectivity of model
predictions, as defined by an auxiliary metric ObjecQA. We show that in this
particular case, semantic changes are the steepest when the IFS tends to
plateau. We hope that decomposing instruct tuning into IFS and semantic factors
starts a new trend in better controllable instruct tuning and opens
possibilities for designing minimal instruct interfaces querying foundation
models. | null | cs.CL | [
"cs.CL",
"cs.AI"
] |
2306.08651 | HF | Toward Grounded Commonsense Reasoning | [
"Minae Kwon",
"Hengyuan Hu",
"Vivek Myers",
"Siddharth Karamcheti",
"Anca Dragan",
"Dorsa Sadigh"
] | 2023-06-14 | Consider a robot tasked with tidying a desk with a meticulously constructed
Lego sports car. A human may recognize that it is not appropriate to
disassemble the sports car and put it away as part of the "tidying." How can a
robot reach that conclusion? Although large language models (LLMs) have
recently been used to enable commonsense reasoning, grounding this reasoning in
the real world has been challenging. To reason in the real world, robots must
go beyond passively querying LLMs and actively gather information from the
environment that is required to make the right decision. For instance, after
detecting that there is an occluded car, the robot may need to actively
perceive the car to know whether it is an advanced model car made out of Legos
or a toy car built by a toddler. We propose an approach that leverages an LLM
and vision language model (VLM) to help a robot actively perceive its
environment to perform grounded commonsense reasoning. To evaluate our
framework at scale, we release the MessySurfaces dataset which contains images
of 70 real-world surfaces that need to be cleaned. We additionally illustrate
our approach with a robot on 2 carefully designed surfaces. We find an average
12.9% improvement on the MessySurfaces benchmark and an average 15% improvement
on the robot experiments over baselines that do not use active perception. The
dataset, code, and videos of our approach can be found at
https://minaek.github.io/grounded_commonsense_reasoning. | null | cs.RO | [
"cs.RO",
"cs.AI"
] |
2312.14206 | HF | LLM4VG: Large Language Models Evaluation for Video Grounding | [
"Wei Feng",
"Xin Wang",
"Hong Chen",
"Zeyang Zhang",
"Houlun Chen",
"Zihan Song",
"Yuwei Zhou",
"Yuekui Yang",
"Haiyang Wu",
"Wenwu Zhu"
] | 2023-12-21 | Recently, researchers have attempted to investigate the capability of LLMs in
handling videos and proposed several video LLM models. However, the ability of
LLMs to handle video grounding (VG), which is an important time-related video
task requiring the model to precisely locate the start and end timestamps of
temporal moments in videos that match the given textual queries, still remains
unclear and unexplored in literature. To fill the gap, in this paper, we
propose the LLM4VG benchmark, which systematically evaluates the performance of
different LLMs on video grounding tasks. Based on our proposed LLM4VG, we
design extensive experiments to examine two groups of video LLM models on video
grounding: (i) the video LLMs trained on the text-video pairs (denoted as
VidLLM), and (ii) the LLMs combined with pretrained visual description models
such as the video/image captioning model. We propose prompt methods to
integrate the instruction of VG and description from different kinds of
generators, including caption-based generators for direct visual description
and VQA-based generators for information enhancement. We also provide
comprehensive comparisons of various VidLLMs and explore the influence of
different choices of visual models, LLMs, prompt designs, etc, as well. Our
experimental evaluations lead to two conclusions: (i) the existing VidLLMs are
still far away from achieving satisfactory video grounding performance, and
more time-related video tasks should be included to further fine-tune these
models, and (ii) the combination of LLMs and visual models shows preliminary
abilities for video grounding with considerable potential for improvement by
resorting to more reliable models and further guidance of prompt instructions. | null | cs.CV | [
"cs.CV"
] |
2403.02626 | HF | Modeling Collaborator: Enabling Subjective Vision Classification With Minimal Human Effort via LLM Tool-Use | [
"Imad Eddine Toubal",
"Aditya Avinash",
"Neil Gordon Alldrin",
"Jan Dlabal",
"Wenlei Zhou",
"Enming Luo",
"Otilia Stretcu",
"Hao Xiong",
"Chun-Ta Lu",
"Howard Zhou",
"Ranjay Krishna",
"Ariel Fuxman",
"Tom Duerig"
] | 2024-03-05 | From content moderation to wildlife conservation, the number of applications
that require models to recognize nuanced or subjective visual concepts is
growing. Traditionally, developing classifiers for such concepts requires
substantial manual effort measured in hours, days, or even months to identify
and annotate data needed for training. Even with recently proposed Agile
Modeling techniques, which enable rapid bootstrapping of image classifiers,
users are still required to spend 30 minutes or more of monotonous, repetitive
data labeling just to train a single classifier. Drawing on Fiske's Cognitive
Miser theory, we propose a new framework that alleviates manual effort by
replacing human labeling with natural language interactions, reducing the total
effort required to define a concept by an order of magnitude: from labeling
2,000 images to only 100 plus some natural language interactions. Our framework
leverages recent advances in foundation models, both large language models and
vision-language models, to carve out the concept space through conversation and
by automatically labeling training data points. Most importantly, our framework
eliminates the need for crowd-sourced annotations. Moreover, our framework
ultimately produces lightweight classification models that are deployable in
cost-sensitive scenarios. Across 15 subjective concepts and across 2 public
image classification datasets, our trained models outperform traditional Agile
Modeling as well as state-of-the-art zero-shot classification models like
ALIGN, CLIP, CuPL, and large visual question-answering models like PaLI-X. | null | cs.CV | [
"cs.CV",
"cs.LG"
] |
2306.09349 | HF | UrbanIR: Large-Scale Urban Scene Inverse Rendering from a Single Video | [
"Zhi-Hao Lin",
"Bohan Liu",
"Yi-Ting Chen",
"Kuan-Sheng Chen",
"David Forsyth",
"Jia-Bin Huang",
"Anand Bhattad",
"Shenlong Wang"
] | 2023-06-15 | We present UrbanIR (Urban Scene Inverse Rendering), a new inverse graphics
model that enables realistic, free-viewpoint renderings of scenes under various
lighting conditions with a single video. It accurately infers shape, albedo,
visibility, and sun and sky illumination from wide-baseline videos, such as
those from car-mounted cameras, differing from NeRF's dense view settings. In
this context, standard methods often yield subpar geometry and material
estimates, such as inaccurate roof representations and numerous 'floaters'.
UrbanIR addresses these issues with novel losses that reduce errors in inverse
graphics inference and rendering artifacts. Its techniques allow for precise
shadow volume estimation in the original scene. The model's outputs support
controllable editing, enabling photorealistic free-viewpoint renderings of
night simulations, relit scenes, and inserted objects, marking a significant
improvement over existing state-of-the-art methods. | null | cs.CV | [
"cs.CV"
] |
2210.17323 | AnswerAI | GPTQ: Accurate Post-Training Quantization for Generative Pre-trained Transformers | [
"Elias Frantar",
"Saleh Ashkboos",
"Torsten Hoefler",
"Dan Alistarh"
] | 2022-10-31 | Generative Pre-trained Transformer models, known as GPT or OPT, set
themselves apart through breakthrough performance across complex language
modelling tasks, but also by their extremely high computational and storage
costs. Specifically, due to their massive size, even inference for large,
highly-accurate GPT models may require multiple performant GPUs, which limits
the usability of such models. While there is emerging work on relieving this
pressure via model compression, the applicability and performance of existing
compression techniques is limited by the scale and complexity of GPT models. In
this paper, we address this challenge, and propose GPTQ, a new one-shot weight
quantization method based on approximate second-order information, that is both
highly-accurate and highly-efficient. Specifically, GPTQ can quantize GPT
models with 175 billion parameters in approximately four GPU hours, reducing
the bitwidth down to 3 or 4 bits per weight, with negligible accuracy
degradation relative to the uncompressed baseline. Our method more than doubles
the compression gains relative to previously-proposed one-shot quantization
methods, preserving accuracy, allowing us for the first time to execute an 175
billion-parameter model inside a single GPU for generative inference. Moreover,
we also show that our method can still provide reasonable accuracy in the
extreme quantization regime, in which weights are quantized to 2-bit or even
ternary quantization levels. We show experimentally that these improvements can
be leveraged for end-to-end inference speedups over FP16, of around 3.25x when
using high-end GPUs (NVIDIA A100) and 4.5x when using more cost-effective ones
(NVIDIA A6000). The implementation is available at
https://github.com/IST-DASLab/gptq. | null | cs.LG | [
"cs.LG"
] |
2408.16176 | HF | VLM4Bio: A Benchmark Dataset to Evaluate Pretrained Vision-Language Models for Trait Discovery from Biological Images | [
"M. Maruf",
"Arka Daw",
"Kazi Sajeed Mehrab",
"Harish Babu Manogaran",
"Abhilash Neog",
"Medha Sawhney",
"Mridul Khurana",
"James P. Balhoff",
"Yasin Bakis",
"Bahadir Altintas",
"Matthew J. Thompson",
"Elizabeth G. Campolongo",
"Josef C. Uyeda",
"Hilmar Lapp",
"Henry L. Bart",
"Paula M. Mabee",
"Yu Su",
"Wei-Lun Chao",
"Charles Stewart",
"Tanya Berger-Wolf",
"Wasila Dahdul",
"Anuj Karpatne"
] | 2024-08-28 | Images are increasingly becoming the currency for documenting biodiversity on
the planet, providing novel opportunities for accelerating scientific
discoveries in the field of organismal biology, especially with the advent of
large vision-language models (VLMs). We ask if pre-trained VLMs can aid
scientists in answering a range of biologically relevant questions without any
additional fine-tuning. In this paper, we evaluate the effectiveness of 12
state-of-the-art (SOTA) VLMs in the field of organismal biology using a novel
dataset, VLM4Bio, consisting of 469K question-answer pairs involving 30K images
from three groups of organisms: fishes, birds, and butterflies, covering five
biologically relevant tasks. We also explore the effects of applying prompting
techniques and tests for reasoning hallucination on the performance of VLMs,
shedding new light on the capabilities of current SOTA VLMs in answering
biologically relevant questions using images. The code and datasets for running
all the analyses reported in this paper can be found at
https://github.com/sammarfy/VLM4Bio. | null | cs.CV | [
"cs.CV"
] |
2405.18047 | HF | 2BP: 2-Stage Backpropagation | [
"Christopher Rae",
"Joseph K. L. Lee",
"James Richings"
] | 2024-05-28 | As Deep Neural Networks (DNNs) grow in size and complexity, they often exceed
the memory capacity of a single accelerator, necessitating the sharding of
model parameters across multiple accelerators. Pipeline parallelism is a
commonly used sharding strategy for training large DNNs. However, current
implementations of pipeline parallelism are being unintentionally bottlenecked
by the automatic differentiation tools provided by ML frameworks. This paper
introduces 2-stage backpropagation (2BP). By splitting the backward propagation
step into two separate stages, we can reduce idle compute time. We tested 2BP
on various model architectures and pipelining schedules, achieving increases in
throughput in all cases. Using 2BP, we were able to achieve a 1.70x increase in
throughput compared to traditional methods when training a LLaMa-like
transformer with 7 billion parameters across 4 GPUs. | null | cs.LG | [
"cs.LG",
"cs.AI",
"cs.DC"
] |
2406.19997 | HF | Wavelets Are All You Need for Autoregressive Image Generation | [
"Wael Mattar",
"Idan Levy",
"Nir Sharon",
"Shai Dekel"
] | 2024-06-28 | In this paper, we take a new approach to autoregressive image generation that
is based on two main ingredients. The first is wavelet image coding, which
allows to tokenize the visual details of an image from coarse to fine details
by ordering the information starting with the most significant bits of the most
significant wavelet coefficients. The second is a variant of a language
transformer whose architecture is re-designed and optimized for token sequences
in this 'wavelet language'. The transformer learns the significant statistical
correlations within a token sequence, which are the manifestations of
well-known correlations between the wavelet subbands at various resolutions. We
show experimental results with conditioning on the generation process. | null | cs.LG | [
"cs.LG",
"cs.AI",
"cs.CV",
"65T60",
"I.4.2; I.4.5; I.4.10"
] |
2305.14992 | AnswerAI | Reasoning with Language Model is Planning with World Model | [
"Shibo Hao",
"Yi Gu",
"Haodi Ma",
"Joshua Jiahua Hong",
"Zhen Wang",
"Daisy Zhe Wang",
"Zhiting Hu"
] | 2023-05-24 | Large language models (LLMs) have shown remarkable reasoning capabilities,
especially when prompted to generate intermediate reasoning steps (e.g.,
Chain-of-Thought, CoT). However, LLMs can still struggle with problems that are
easy for humans, such as generating action plans for executing tasks in a given
environment, or performing complex math, logical, and commonsense reasoning.
The deficiency stems from the key fact that LLMs lack an internal
$\textit{world model}$ to predict the world $\textit{state}$ (e.g., environment
status, intermediate variable values) and simulate long-term outcomes of
actions. This prevents LLMs from performing deliberate planning akin to human
brains, which involves exploring alternative reasoning paths, anticipating
future states and rewards, and iteratively refining existing reasoning steps.
To overcome the limitations, we propose a new LLM reasoning framework,
$\underline{R}$easoning vi$\underline{a}$ $\underline{P}$lanning
$\textbf{(RAP)}$. RAP repurposes the LLM as both a world model and a reasoning
agent, and incorporates a principled planning algorithm (based on Monto Carlo
Tree Search) for strategic exploration in the vast reasoning space. During
reasoning, the LLM (as agent) incrementally builds a reasoning tree under the
guidance of the LLM (as world model) and task-specific rewards, and obtains a
high-reward reasoning path efficiently with a proper balance between
exploration $\textit{vs.}$ exploitation. We apply RAP to a variety of
challenging reasoning problems including plan generation, math reasoning, and
logical inference. Empirical results on these tasks demonstrate the superiority
of RAP over various strong baselines, including CoT and least-to-most prompting
with self-consistency. RAP on LLAMA-33B surpasses CoT on GPT-4 with 33%
relative improvement in a plan generation setting. | null | cs.CL | [
"cs.CL",
"cs.AI",
"cs.LG"
] |
2202.09368 | AnswerAI | Mixture-of-Experts with Expert Choice Routing | [
"Yanqi Zhou",
"Tao Lei",
"Hanxiao Liu",
"Nan Du",
"Yanping Huang",
"Vincent Zhao",
"Andrew Dai",
"Zhifeng Chen",
"Quoc Le",
"James Laudon"
] | 2022-02-18 | Sparsely-activated Mixture-of-experts (MoE) models allow the number of
parameters to greatly increase while keeping the amount of computation for a
given token or a given sample unchanged. However, a poor expert routing
strategy (e.g. one resulting in load imbalance) can cause certain experts to be
under-trained, leading to an expert being under or over-specialized. Prior work
allocates a fixed number of experts to each token using a top-k function
regardless of the relative importance of different tokens. To address this, we
propose a heterogeneous mixture-of-experts employing an expert choice method.
Instead of letting tokens select the top-k experts, we have experts selecting
the top-k tokens. As a result, each token can be routed to a variable number of
experts and each expert can have a fixed bucket size. We systematically study
pre-training speedups using the same computational resources of the Switch
Transformer top-1 and GShard top-2 gating of prior work and find that our
method improves training convergence time by more than 2x. For the same
computational cost, our method demonstrates higher performance in fine-tuning
11 selected tasks in the GLUE and SuperGLUE benchmarks. For a smaller
activation cost, our method outperforms the T5 dense model in 7 out of the 11
tasks. | null | cs.LG | [
"cs.LG",
"cs.AI"
] |
2311.08360 | AnswerAI | The Transient Nature of Emergent In-Context Learning in Transformers | [
"Aaditya K. Singh",
"Stephanie C. Y. Chan",
"Ted Moskovitz",
"Erin Grant",
"Andrew M. Saxe",
"Felix Hill"
] | 2023-11-14 | Transformer neural networks can exhibit a surprising capacity for in-context
learning (ICL) despite not being explicitly trained for it. Prior work has
provided a deeper understanding of how ICL emerges in transformers, e.g.
through the lens of mechanistic interpretability, Bayesian inference, or by
examining the distributional properties of training data. However, in each of
these cases, ICL is treated largely as a persistent phenomenon; namely, once
ICL emerges, it is assumed to persist asymptotically. Here, we show that the
emergence of ICL during transformer training is, in fact, often transient. We
train transformers on synthetic data designed so that both ICL and in-weights
learning (IWL) strategies can lead to correct predictions. We find that ICL
first emerges, then disappears and gives way to IWL, all while the training
loss decreases, indicating an asymptotic preference for IWL. The transient
nature of ICL is observed in transformers across a range of model sizes and
datasets, raising the question of how much to "overtrain" transformers when
seeking compact, cheaper-to-run models. We find that L2 regularization may
offer a path to more persistent ICL that removes the need for early stopping
based on ICL-style validation tasks. Finally, we present initial evidence that
ICL transience may be caused by competition between ICL and IWL circuits. | null | cs.LG | [
"cs.LG",
"cs.AI",
"cs.CL"
] |
2311.00571 | HF | LLaVA-Interactive: An All-in-One Demo for Image Chat, Segmentation, Generation and Editing | [
"Wei-Ge Chen",
"Irina Spiridonova",
"Jianwei Yang",
"Jianfeng Gao",
"Chunyuan Li"
] | 2023-11-01 | LLaVA-Interactive is a research prototype for multimodal human-AI
interaction. The system can have multi-turn dialogues with human users by
taking multimodal user inputs and generating multimodal responses. Importantly,
LLaVA-Interactive goes beyond language prompt, where visual prompt is enabled
to align human intents in the interaction. The development of LLaVA-Interactive
is extremely cost-efficient as the system combines three multimodal skills of
pre-built AI models without additional model training: visual chat of LLaVA,
image segmentation from SEEM, as well as image generation and editing from
GLIGEN. A diverse set of application scenarios is presented to demonstrate the
promises of LLaVA-Interactive and to inspire future research in multimodal
interactive systems. | null | cs.CV | [
"cs.CV",
"cs.AI",
"cs.CL",
"cs.HC",
"cs.MM"
] |
2409.01055 | HF | Follow-Your-Canvas: Higher-Resolution Video Outpainting with Extensive Content Generation | [
"Qihua Chen",
"Yue Ma",
"Hongfa Wang",
"Junkun Yuan",
"Wenzhe Zhao",
"Qi Tian",
"Hongmei Wang",
"Shaobo Min",
"Qifeng Chen",
"Wei Liu"
] | 2024-09-02 | This paper explores higher-resolution video outpainting with extensive
content generation. We point out common issues faced by existing methods when
attempting to largely outpaint videos: the generation of low-quality content
and limitations imposed by GPU memory. To address these challenges, we propose
a diffusion-based method called \textit{Follow-Your-Canvas}. It builds upon two
core designs. First, instead of employing the common practice of "single-shot"
outpainting, we distribute the task across spatial windows and seamlessly merge
them. It allows us to outpaint videos of any size and resolution without being
constrained by GPU memory. Second, the source video and its relative positional
relation are injected into the generation process of each window. It makes the
generated spatial layout within each window harmonize with the source video.
Coupling with these two designs enables us to generate higher-resolution
outpainting videos with rich content while keeping spatial and temporal
consistency. Follow-Your-Canvas excels in large-scale video outpainting, e.g.,
from 512X512 to 1152X2048 (9X), while producing high-quality and aesthetically
pleasing results. It achieves the best quantitative results across various
resolution and scale setups. The code is released on
https://github.com/mayuelala/FollowYourCanvas | null | cs.CV | [
"cs.CV"
] |
2302.10866 | AnswerAI | Hyena Hierarchy: Towards Larger Convolutional Language Models | [
"Michael Poli",
"Stefano Massaroli",
"Eric Nguyen",
"Daniel Y. Fu",
"Tri Dao",
"Stephen Baccus",
"Yoshua Bengio",
"Stefano Ermon",
"Christopher Ré"
] | 2023-02-21 | Recent advances in deep learning have relied heavily on the use of large
Transformers due to their ability to learn at scale. However, the core building
block of Transformers, the attention operator, exhibits quadratic cost in
sequence length, limiting the amount of context accessible. Existing
subquadratic methods based on low-rank and sparse approximations need to be
combined with dense attention layers to match Transformers, indicating a gap in
capability. In this work, we propose Hyena, a subquadratic drop-in replacement
for attention constructed by interleaving implicitly parametrized long
convolutions and data-controlled gating. In recall and reasoning tasks on
sequences of thousands to hundreds of thousands of tokens, Hyena improves
accuracy by more than 50 points over operators relying on state-spaces and
other implicit and explicit methods, matching attention-based models. We set a
new state-of-the-art for dense-attention-free architectures on language
modeling in standard datasets (WikiText103 and The Pile), reaching Transformer
quality with a 20% reduction in training compute required at sequence length
2K. Hyena operators are twice as fast as highly optimized attention at sequence
length 8K, and 100x faster at sequence length 64K. | null | cs.LG | [
"cs.LG",
"cs.CL"
] |
2312.00085 | HF | X-Dreamer: Creating High-quality 3D Content by Bridging the Domain Gap Between Text-to-2D and Text-to-3D Generation | [
"Yiwei Ma",
"Yijun Fan",
"Jiayi Ji",
"Haowei Wang",
"Xiaoshuai Sun",
"Guannan Jiang",
"Annan Shu",
"Rongrong Ji"
] | 2023-11-30 | In recent times, automatic text-to-3D content creation has made significant
progress, driven by the development of pretrained 2D diffusion models. Existing
text-to-3D methods typically optimize the 3D representation to ensure that the
rendered image aligns well with the given text, as evaluated by the pretrained
2D diffusion model. Nevertheless, a substantial domain gap exists between 2D
images and 3D assets, primarily attributed to variations in camera-related
attributes and the exclusive presence of foreground objects. Consequently,
employing 2D diffusion models directly for optimizing 3D representations may
lead to suboptimal outcomes. To address this issue, we present X-Dreamer, a
novel approach for high-quality text-to-3D content creation that effectively
bridges the gap between text-to-2D and text-to-3D synthesis. The key components
of X-Dreamer are two innovative designs: Camera-Guided Low-Rank Adaptation
(CG-LoRA) and Attention-Mask Alignment (AMA) Loss. CG-LoRA dynamically
incorporates camera information into the pretrained diffusion models by
employing camera-dependent generation for trainable parameters. This
integration enhances the alignment between the generated 3D assets and the
camera's perspective. AMA loss guides the attention map of the pretrained
diffusion model using the binary mask of the 3D object, prioritizing the
creation of the foreground object. This module ensures that the model focuses
on generating accurate and detailed foreground objects. Extensive evaluations
demonstrate the effectiveness of our proposed method compared to existing
text-to-3D approaches. Our project webpage:
https://xmu-xiaoma666.github.io/Projects/X-Dreamer/ . | null | cs.CV | [
"cs.CV"
] |
2406.18521 | HF | CharXiv: Charting Gaps in Realistic Chart Understanding in Multimodal LLMs | [
"Zirui Wang",
"Mengzhou Xia",
"Luxi He",
"Howard Chen",
"Yitao Liu",
"Richard Zhu",
"Kaiqu Liang",
"Xindi Wu",
"Haotian Liu",
"Sadhika Malladi",
"Alexis Chevalier",
"Sanjeev Arora",
"Danqi Chen"
] | 2024-06-26 | Chart understanding plays a pivotal role when applying Multimodal Large
Language Models (MLLMs) to real-world tasks such as analyzing scientific papers
or financial reports. However, existing datasets often focus on oversimplified
and homogeneous charts with template-based questions, leading to an
over-optimistic measure of progress. We demonstrate that although open-source
models can appear to outperform strong proprietary models on these benchmarks,
a simple stress test with slightly different charts or questions can
deteriorate performance by up to 34.5%. In this work, we propose CharXiv, a
comprehensive evaluation suite involving 2,323 natural, challenging, and
diverse charts from arXiv papers. CharXiv includes two types of questions: 1)
descriptive questions about examining basic chart elements and 2) reasoning
questions that require synthesizing information across complex visual elements
in the chart. To ensure quality, all charts and questions are handpicked,
curated, and verified by human experts. Our results reveal a substantial,
previously underestimated gap between the reasoning skills of the strongest
proprietary model (i.e., GPT-4o), which achieves 47.1% accuracy, and the
strongest open-source model (i.e., InternVL Chat V1.5), which achieves 29.2%.
All models lag far behind human performance of 80.5%, underscoring weaknesses
in the chart understanding capabilities of existing MLLMs. We hope CharXiv
facilitates future research on MLLM chart understanding by providing a more
realistic and faithful measure of progress. Project page and leaderboard:
https://charxiv.github.io/ | null | cs.CL | [
"cs.CL",
"cs.CV"
] |
2402.17764 | Both | The Era of 1-bit LLMs: All Large Language Models are in 1.58 Bits | [
"Shuming Ma",
"Hongyu Wang",
"Lingxiao Ma",
"Lei Wang",
"Wenhui Wang",
"Shaohan Huang",
"Li Dong",
"Ruiping Wang",
"Jilong Xue",
"Furu Wei"
] | 2024-02-27 | Recent research, such as BitNet, is paving the way for a new era of 1-bit
Large Language Models (LLMs). In this work, we introduce a 1-bit LLM variant,
namely BitNet b1.58, in which every single parameter (or weight) of the LLM is
ternary {-1, 0, 1}. It matches the full-precision (i.e., FP16 or BF16)
Transformer LLM with the same model size and training tokens in terms of both
perplexity and end-task performance, while being significantly more
cost-effective in terms of latency, memory, throughput, and energy consumption.
More profoundly, the 1.58-bit LLM defines a new scaling law and recipe for
training new generations of LLMs that are both high-performance and
cost-effective. Furthermore, it enables a new computation paradigm and opens
the door for designing specific hardware optimized for 1-bit LLMs. | null | cs.CL | [
"cs.CL",
"cs.LG"
] |
2405.01434 | HF | StoryDiffusion: Consistent Self-Attention for Long-Range Image and Video Generation | [
"Yupeng Zhou",
"Daquan Zhou",
"Ming-Ming Cheng",
"Jiashi Feng",
"Qibin Hou"
] | 2024-05-02 | For recent diffusion-based generative models, maintaining consistent content
across a series of generated images, especially those containing subjects and
complex details, presents a significant challenge. In this paper, we propose a
new way of self-attention calculation, termed Consistent Self-Attention, that
significantly boosts the consistency between the generated images and augments
prevalent pretrained diffusion-based text-to-image models in a zero-shot
manner. To extend our method to long-range video generation, we further
introduce a novel semantic space temporal motion prediction module, named
Semantic Motion Predictor. It is trained to estimate the motion conditions
between two provided images in the semantic spaces. This module converts the
generated sequence of images into videos with smooth transitions and consistent
subjects that are significantly more stable than the modules based on latent
spaces only, especially in the context of long video generation. By merging
these two novel components, our framework, referred to as StoryDiffusion, can
describe a text-based story with consistent images or videos encompassing a
rich variety of contents. The proposed StoryDiffusion encompasses pioneering
explorations in visual story generation with the presentation of images and
videos, which we hope could inspire more research from the aspect of
architectural modifications. Our code is made publicly available at
https://github.com/HVision-NKU/StoryDiffusion. | null | cs.CV | [
"cs.CV"
] |
2401.11078 | HF | UltrAvatar: A Realistic Animatable 3D Avatar Diffusion Model with Authenticity Guided Textures | [
"Mingyuan Zhou",
"Rakib Hyder",
"Ziwei Xuan",
"Guojun Qi"
] | 2024-01-20 | Recent advances in 3D avatar generation have gained significant attentions.
These breakthroughs aim to produce more realistic animatable avatars, narrowing
the gap between virtual and real-world experiences. Most of existing works
employ Score Distillation Sampling (SDS) loss, combined with a differentiable
renderer and text condition, to guide a diffusion model in generating 3D
avatars. However, SDS often generates oversmoothed results with few facial
details, thereby lacking the diversity compared with ancestral sampling. On the
other hand, other works generate 3D avatar from a single image, where the
challenges of unwanted lighting effects, perspective views, and inferior image
quality make them difficult to reliably reconstruct the 3D face meshes with the
aligned complete textures. In this paper, we propose a novel 3D avatar
generation approach termed UltrAvatar with enhanced fidelity of geometry, and
superior quality of physically based rendering (PBR) textures without unwanted
lighting. To this end, the proposed approach presents a diffuse color
extraction model and an authenticity guided texture diffusion model. The former
removes the unwanted lighting effects to reveal true diffuse colors so that the
generated avatars can be rendered under various lighting conditions. The latter
follows two gradient-based guidances for generating PBR textures to render
diverse face-identity features and details better aligning with 3D mesh
geometry. We demonstrate the effectiveness and robustness of the proposed
method, outperforming the state-of-the-art methods by a large margin in the
experiments. | null | cs.CV | [
"cs.CV"
] |
2305.10018 | HF | Transfer Learning for Fine-grained Classification Using Semi-supervised Learning and Visual Transformers | [
"Manuel Lagunas",
"Brayan Impata",
"Victor Martinez",
"Virginia Fernandez",
"Christos Georgakis",
"Sofia Braun",
"Felipe Bertrand"
] | 2023-05-17 | Fine-grained classification is a challenging task that involves identifying
subtle differences between objects within the same category. This task is
particularly challenging in scenarios where data is scarce. Visual transformers
(ViT) have recently emerged as a powerful tool for image classification, due to
their ability to learn highly expressive representations of visual data using
self-attention mechanisms. In this work, we explore Semi-ViT, a ViT model fine
tuned using semi-supervised learning techniques, suitable for situations where
we have lack of annotated data. This is particularly common in e-commerce,
where images are readily available but labels are noisy, nonexistent, or
expensive to obtain. Our results demonstrate that Semi-ViT outperforms
traditional convolutional neural networks (CNN) and ViTs, even when fine-tuned
with limited annotated data. These findings indicate that Semi-ViTs hold
significant promise for applications that require precise and fine-grained
classification of visual data. | null | cs.CV | [
"cs.CV",
"cs.AI",
"cs.LG"
] |
2304.09433 | AnswerAI | Language Models Enable Simple Systems for Generating Structured Views of Heterogeneous Data Lakes | [
"Simran Arora",
"Brandon Yang",
"Sabri Eyuboglu",
"Avanika Narayan",
"Andrew Hojel",
"Immanuel Trummer",
"Christopher Ré"
] | 2023-04-19 | A long standing goal of the data management community is to develop general,
automated systems that ingest semi-structured documents and output queryable
tables without human effort or domain specific customization. Given the sheer
variety of potential documents, state-of-the art systems make simplifying
assumptions and use domain specific training. In this work, we ask whether we
can maintain generality by using large language models (LLMs). LLMs, which are
pretrained on broad data, can perform diverse downstream tasks simply
conditioned on natural language task descriptions.
We propose and evaluate EVAPORATE, a simple, prototype system powered by
LLMs. We identify two fundamentally different strategies for implementing this
system: prompt the LLM to directly extract values from documents or prompt the
LLM to synthesize code that performs the extraction. Our evaluations show a
cost-quality tradeoff between these two approaches. Code synthesis is cheap,
but far less accurate than directly processing each document with the LLM. To
improve quality while maintaining low cost, we propose an extended code
synthesis implementation, EVAPORATE-CODE+, which achieves better quality than
direct extraction. Our key insight is to generate many candidate functions and
ensemble their extractions using weak supervision. EVAPORATE-CODE+ not only
outperforms the state-of-the art systems, but does so using a sublinear pass
over the documents with the LLM. This equates to a 110x reduction in the number
of tokens the LLM needs to process, averaged across 16 real-world evaluation
settings of 10k documents each. | null | cs.CL | [
"cs.CL"
] |
2307.01197 | HF | Segment Anything Meets Point Tracking | [
"Frano Rajič",
"Lei Ke",
"Yu-Wing Tai",
"Chi-Keung Tang",
"Martin Danelljan",
"Fisher Yu"
] | 2023-07-03 | The Segment Anything Model (SAM) has established itself as a powerful
zero-shot image segmentation model, enabled by efficient point-centric
annotation and prompt-based models. While click and brush interactions are both
well explored in interactive image segmentation, the existing methods on videos
focus on mask annotation and propagation. This paper presents SAM-PT, a novel
method for point-centric interactive video segmentation, empowered by SAM and
long-term point tracking. SAM-PT leverages robust and sparse point selection
and propagation techniques for mask generation. Compared to traditional
object-centric mask propagation strategies, we uniquely use point propagation
to exploit local structure information agnostic to object semantics. We
highlight the merits of point-based tracking through direct evaluation on the
zero-shot open-world Unidentified Video Objects (UVO) benchmark. Our
experiments on popular video object segmentation and multi-object segmentation
tracking benchmarks, including DAVIS, YouTube-VOS, and BDD100K, suggest that a
point-based segmentation tracker yields better zero-shot performance and
efficient interactions. We release our code that integrates different point
trackers and video segmentation benchmarks at https://github.com/SysCV/sam-pt. | null | cs.CV | [
"cs.CV"
] |
2306.07580 | HF | SayTap: Language to Quadrupedal Locomotion | [
"Yujin Tang",
"Wenhao Yu",
"Jie Tan",
"Heiga Zen",
"Aleksandra Faust",
"Tatsuya Harada"
] | 2023-06-13 | Large language models (LLMs) have demonstrated the potential to perform
high-level planning. Yet, it remains a challenge for LLMs to comprehend
low-level commands, such as joint angle targets or motor torques. This paper
proposes an approach to use foot contact patterns as an interface that bridges
human commands in natural language and a locomotion controller that outputs
these low-level commands. This results in an interactive system for quadrupedal
robots that allows the users to craft diverse locomotion behaviors flexibly. We
contribute an LLM prompt design, a reward function, and a method to expose the
controller to the feasible distribution of contact patterns. The results are a
controller capable of achieving diverse locomotion patterns that can be
transferred to real robot hardware. Compared with other design choices, the
proposed approach enjoys more than 50% success rate in predicting the correct
contact patterns and can solve 10 more tasks out of a total of 30 tasks. Our
project site is: https://saytap.github.io. | null | cs.RO | [
"cs.RO"
] |
2307.03170 | Both | Focused Transformer: Contrastive Training for Context Scaling | [
"Szymon Tworkowski",
"Konrad Staniszewski",
"Mikołaj Pacek",
"Yuhuai Wu",
"Henryk Michalewski",
"Piotr Miłoś"
] | 2023-07-06 | Large language models have an exceptional capability to incorporate new
information in a contextual manner. However, the full potential of such an
approach is often restrained due to a limitation in the effective context
length. One solution to this issue is to endow an attention layer with access
to an external memory, which comprises of (key, value) pairs. Yet, as the
number of documents increases, the proportion of relevant keys to irrelevant
ones decreases, leading the model to focus more on the irrelevant keys. We
identify a significant challenge, dubbed the distraction issue, where keys
linked to different semantic values might overlap, making them hard to
distinguish. To tackle this problem, we introduce the Focused Transformer
(FoT), a technique that employs a training process inspired by contrastive
learning. This novel approach enhances the structure of the (key, value) space,
enabling an extension of the context length. Our method allows for fine-tuning
pre-existing, large-scale models to lengthen their effective context. This is
demonstrated by our fine-tuning of $3B$ and $7B$ OpenLLaMA checkpoints. The
resulting models, which we name LongLLaMA, exhibit advancements in tasks
requiring a long context. We further illustrate that our LongLLaMA models
adeptly manage a $256 k$ context length for passkey retrieval. | null | cs.CL | [
"cs.CL",
"cs.AI",
"cs.LG"
] |
2401.02669 | HF | Infinite-LLM: Efficient LLM Service for Long Context with DistAttention and Distributed KVCache | [
"Bin Lin",
"Chen Zhang",
"Tao Peng",
"Hanyu Zhao",
"Wencong Xiao",
"Minmin Sun",
"Anmin Liu",
"Zhipeng Zhang",
"Lanbo Li",
"Xiafei Qiu",
"Shen Li",
"Zhigang Ji",
"Tao Xie",
"Yong Li",
"Wei Lin"
] | 2024-01-05 | Large Language Models (LLMs) demonstrate substantial potential across a
diverse array of domains via request serving. However, as trends continue to
push for expanding context sizes, the autoregressive nature of LLMs results in
highly dynamic behavior of the attention layers, showcasing significant
differences in computational characteristics and memory requirements from the
non-attention layers. This presents substantial challenges for resource
management and performance optimization in service systems. Existing static
model parallelism and resource allocation strategies fall short when dealing
with this dynamicity. To address the issue, we propose Infinite-LLM, a novel
LLM serving system designed to effectively handle dynamic context lengths.
Infinite-LLM disaggregates attention layers from an LLM's inference process,
facilitating flexible and independent resource scheduling that optimizes
computational performance and enhances memory utilization jointly. By
leveraging a pooled GPU memory strategy across a cluster, Infinite-LLM not only
significantly boosts system throughput but also supports extensive context
lengths. Evaluated on a dataset with context lengths ranging from a few to
2000K tokens across a cluster with 32 A100 GPUs, Infinite-LLM demonstrates
throughput improvement of 1.35-3.4x compared to state-of-the-art methods,
enabling efficient and elastic LLM deployment. | null | cs.DC | [
"cs.DC",
"cs.AR"
] |
2406.16858 | AnswerAI | EAGLE-2: Faster Inference of Language Models with Dynamic Draft Trees | [
"Yuhui Li",
"Fangyun Wei",
"Chao Zhang",
"Hongyang Zhang"
] | 2024-06-24 | Inference with modern Large Language Models (LLMs) is expensive and
time-consuming, and speculative sampling has proven to be an effective
solution. Most speculative sampling methods such as EAGLE use a static draft
tree, implicitly assuming that the acceptance rate of draft tokens depends only
on their position. Interestingly, we found that the acceptance rate of draft
tokens is also context-dependent. In this paper, building upon EAGLE, we
propose EAGLE-2, which introduces a new technique of context-aware dynamic
draft tree into drafting modeling. This improvement leverages the fact that the
draft model of EAGLE is well-calibrated: the confidence scores from the draft
model approximate acceptance rates with small errors. We conducted extensive
evaluations on three series of LLMs and six tasks, with EAGLE-2 achieving
speedup ratios 3.05x-4.26x, which is 20%-40% faster than EAGLE-1. EAGLE-2 also
ensures that the distribution of the generated text remains unchanged, making
it a lossless acceleration algorithm. | null | cs.CL | [
"cs.CL",
"cs.LG"
] |
2407.15272 | HF | MIBench: Evaluating Multimodal Large Language Models over Multiple Images | [
"Haowei Liu",
"Xi Zhang",
"Haiyang Xu",
"Yaya Shi",
"Chaoya Jiang",
"Ming Yan",
"Ji Zhang",
"Fei Huang",
"Chunfeng Yuan",
"Bing Li",
"Weiming Hu"
] | 2024-07-21 | Built on the power of LLMs, numerous multimodal large language models (MLLMs)
have recently achieved remarkable performance on various vision-language tasks
across multiple benchmarks. However, most existing MLLMs and benchmarks
primarily focus on single-image input scenarios, leaving the performance of
MLLMs when handling realistic multiple images remain underexplored. Although a
few benchmarks consider multiple images, their evaluation dimensions and
samples are very limited. Therefore, in this paper, we propose a new benchmark
MIBench, to comprehensively evaluate fine-grained abilities of MLLMs in
multi-image scenarios. Specifically, MIBench categorizes the multi-image
abilities into three scenarios: multi-image instruction (MII), multimodal
knowledge-seeking (MKS) and multimodal in-context learning (MIC), and
constructs 13 tasks with a total of 13K annotated samples. During data
construction, for MII and MKS, we extract correct options from manual
annotations and create challenging distractors to obtain multiple-choice
questions. For MIC, to enable an in-depth evaluation, we set four sub-tasks and
transform the original datasets into in-context learning formats. We evaluate
several open-source MLLMs and close-source MLLMs on the proposed MIBench. The
results reveal that although current models excel in single-image tasks, they
exhibit significant shortcomings when faced with multi-image inputs, such as
confused fine-grained perception, limited multi-image reasoning, and unstable
in-context learning. The annotated data in MIBench is available at
https://huggingface.co/datasets/StarBottle/MIBench. | null | cs.CV | [
"cs.CV"
] |
2407.03300 | HF | DisCo-Diff: Enhancing Continuous Diffusion Models with Discrete Latents | [
"Yilun Xu",
"Gabriele Corso",
"Tommi Jaakkola",
"Arash Vahdat",
"Karsten Kreis"
] | 2024-07-03 | Diffusion models (DMs) have revolutionized generative learning. They utilize
a diffusion process to encode data into a simple Gaussian distribution.
However, encoding a complex, potentially multimodal data distribution into a
single continuous Gaussian distribution arguably represents an unnecessarily
challenging learning problem. We propose Discrete-Continuous Latent Variable
Diffusion Models (DisCo-Diff) to simplify this task by introducing
complementary discrete latent variables. We augment DMs with learnable discrete
latents, inferred with an encoder, and train DM and encoder end-to-end.
DisCo-Diff does not rely on pre-trained networks, making the framework
universally applicable. The discrete latents significantly simplify learning
the DM's complex noise-to-data mapping by reducing the curvature of the DM's
generative ODE. An additional autoregressive transformer models the
distribution of the discrete latents, a simple step because DisCo-Diff requires
only few discrete variables with small codebooks. We validate DisCo-Diff on toy
data, several image synthesis tasks as well as molecular docking, and find that
introducing discrete latents consistently improves model performance. For
example, DisCo-Diff achieves state-of-the-art FID scores on class-conditioned
ImageNet-64/128 datasets with ODE sampler. | null | cs.LG | [
"cs.LG",
"cs.AI",
"cs.CV"
] |
2305.18264 | HF | Gen-L-Video: Multi-Text to Long Video Generation via Temporal Co-Denoising | [
"Fu-Yun Wang",
"Wenshuo Chen",
"Guanglu Song",
"Han-Jia Ye",
"Yu Liu",
"Hongsheng Li"
] | 2023-05-29 | Leveraging large-scale image-text datasets and advancements in diffusion
models, text-driven generative models have made remarkable strides in the field
of image generation and editing. This study explores the potential of extending
the text-driven ability to the generation and editing of multi-text conditioned
long videos. Current methodologies for video generation and editing, while
innovative, are often confined to extremely short videos (typically less than
24 frames) and are limited to a single text condition. These constraints
significantly limit their applications given that real-world videos usually
consist of multiple segments, each bearing different semantic information. To
address this challenge, we introduce a novel paradigm dubbed as Gen-L-Video,
capable of extending off-the-shelf short video diffusion models for generating
and editing videos comprising hundreds of frames with diverse semantic segments
without introducing additional training, all while preserving content
consistency. We have implemented three mainstream text-driven video generation
and editing methodologies and extended them to accommodate longer videos imbued
with a variety of semantic segments with our proposed paradigm. Our
experimental outcomes reveal that our approach significantly broadens the
generative and editing capabilities of video diffusion models, offering new
possibilities for future research and applications. The code is available at
https://github.com/G-U-N/Gen-L-Video. | null | cs.CV | [
"cs.CV"
] |
2312.13558 | AnswerAI | The Truth is in There: Improving Reasoning in Language Models with Layer-Selective Rank Reduction | [
"Pratyusha Sharma",
"Jordan T. Ash",
"Dipendra Misra"
] | 2023-12-21 | Transformer-based Large Language Models (LLMs) have become a fixture in
modern machine learning. Correspondingly, significant resources are allocated
towards research that aims to further advance this technology, typically
resulting in models of increasing size that are trained on increasing amounts
of data. This work, however, demonstrates the surprising result that it is
often possible to significantly improve the performance of LLMs by selectively
removing higher-order components of their weight matrices. This simple
intervention, which we call LAyer-SElective Rank reduction (LASER), can be done
on a model after training has completed, and requires no additional parameters
or data. We show extensive experiments demonstrating the generality of this
finding across language models and datasets, and provide in-depth analyses
offering insights into both when LASER is effective and the mechanism by which
it operates. | null | cs.LG | [
"cs.LG",
"cs.AI",
"cs.CL",
"cs.CV"
] |
2403.19888 | Both | MambaMixer: Efficient Selective State Space Models with Dual Token and Channel Selection | [
"Ali Behrouz",
"Michele Santacatterina",
"Ramin Zabih"
] | 2024-03-29 | Recent advances in deep learning have mainly relied on Transformers due to
their data dependency and ability to learn at scale. The attention module in
these architectures, however, exhibits quadratic time and space in input size,
limiting their scalability for long-sequence modeling. Despite recent attempts
to design efficient and effective architecture backbone for multi-dimensional
data, such as images and multivariate time series, existing models are either
data independent, or fail to allow inter- and intra-dimension communication.
Recently, State Space Models (SSMs), and more specifically Selective State
Space Models, with efficient hardware-aware implementation, have shown
promising potential for long sequence modeling. Motivated by the success of
SSMs, we present MambaMixer, a new architecture with data-dependent weights
that uses a dual selection mechanism across tokens and channels, called
Selective Token and Channel Mixer. MambaMixer connects selective mixers using a
weighted averaging mechanism, allowing layers to have direct access to early
features. As a proof of concept, we design Vision MambaMixer (ViM2) and Time
Series MambaMixer (TSM2) architectures based on the MambaMixer block and
explore their performance in various vision and time series forecasting tasks.
Our results underline the importance of selective mixing across both tokens and
channels. In ImageNet classification, object detection, and semantic
segmentation tasks, ViM2 achieves competitive performance with well-established
vision models and outperforms SSM-based vision models. In time series
forecasting, TSM2 achieves outstanding performance compared to state-of-the-art
methods while demonstrating significantly improved computational cost. These
results show that while Transformers, cross-channel attention, and MLPs are
sufficient for good performance in time series forecasting, neither is
necessary. | null | cs.LG | [
"cs.LG",
"cs.AI",
"cs.CV"
] |
2210.07128 | AnswerAI | Language Models of Code are Few-Shot Commonsense Learners | [
"Aman Madaan",
"Shuyan Zhou",
"Uri Alon",
"Yiming Yang",
"Graham Neubig"
] | 2022-10-13 | We address the general task of structured commonsense reasoning: given a
natural language input, the goal is to generate a graph such as an event -- or
a reasoning-graph. To employ large language models (LMs) for this task,
existing approaches ``serialize'' the output graph as a flat list of nodes and
edges. Although feasible, these serialized graphs strongly deviate from the
natural language corpora that LMs were pre-trained on, hindering LMs from
generating them correctly. In this paper, we show that when we instead frame
structured commonsense reasoning tasks as code generation tasks, pre-trained
LMs of code are better structured commonsense reasoners than LMs of natural
language, even when the downstream task does not involve source code at all. We
demonstrate our approach across three diverse structured commonsense reasoning
tasks. In all these natural language tasks, we show that using our approach, a
code generation LM (CODEX) outperforms natural-LMs that are fine-tuned on the
target task (e.g., T5) and other strong LMs such as GPT-3 in the few-shot
setting. | null | cs.CL | [
"cs.CL",
"cs.LG"
] |
2402.05120 | Both | More Agents Is All You Need | [
"Junyou Li",
"Qin Zhang",
"Yangbin Yu",
"Qiang Fu",
"Deheng Ye"
] | 2024-02-03 | We find that, simply via a sampling-and-voting method, the performance of
large language models (LLMs) scales with the number of agents instantiated.
Also, this method is orthogonal to existing complicated methods to further
enhance LLMs, while the degree of enhancement is correlated to the task
difficulty. We conduct comprehensive experiments on a wide range of LLM
benchmarks to verify the presence of our finding, and to study the properties
that can facilitate its occurrence. Our code is publicly available at:
\url{https://anonymous.4open.science/r/more_agent_is_all_you_need}. | null | cs.CL | [
"cs.CL",
"cs.AI",
"cs.LG"
] |
2304.11277 | AnswerAI | PyTorch FSDP: Experiences on Scaling Fully Sharded Data Parallel | [
"Yanli Zhao",
"Andrew Gu",
"Rohan Varma",
"Liang Luo",
"Chien-Chin Huang",
"Min Xu",
"Less Wright",
"Hamid Shojanazeri",
"Myle Ott",
"Sam Shleifer",
"Alban Desmaison",
"Can Balioglu",
"Pritam Damania",
"Bernard Nguyen",
"Geeta Chauhan",
"Yuchen Hao",
"Ajit Mathews",
"Shen Li"
] | 2023-04-21 | It is widely acknowledged that large models have the potential to deliver
superior performance across a broad range of domains. Despite the remarkable
progress made in the field of machine learning systems research, which has
enabled the development and exploration of large models, such abilities remain
confined to a small group of advanced users and industry leaders, resulting in
an implicit technical barrier for the wider community to access and leverage
these technologies. In this paper, we introduce PyTorch Fully Sharded Data
Parallel (FSDP) as an industry-grade solution for large model training. FSDP
has been closely co-designed with several key PyTorch core components including
Tensor implementation, dispatcher system, and CUDA memory caching allocator, to
provide non-intrusive user experiences and high training efficiency.
Additionally, FSDP natively incorporates a range of techniques and settings to
optimize resource utilization across a variety of hardware configurations. The
experimental results demonstrate that FSDP is capable of achieving comparable
performance to Distributed Data Parallel while providing support for
significantly larger models with near-linear scalability in terms of TFLOPS. | null | cs.DC | [
"cs.DC",
"cs.AI",
"cs.LG",
"cs.PF"
] |
2211.04236 | AnswerAI | Self-conditioned Embedding Diffusion for Text Generation | [
"Robin Strudel",
"Corentin Tallec",
"Florent Altché",
"Yilun Du",
"Yaroslav Ganin",
"Arthur Mensch",
"Will Grathwohl",
"Nikolay Savinov",
"Sander Dieleman",
"Laurent Sifre",
"Rémi Leblond"
] | 2022-11-08 | Can continuous diffusion models bring the same performance breakthrough on
natural language they did for image generation? To circumvent the discrete
nature of text data, we can simply project tokens in a continuous space of
embeddings, as is standard in language modeling. We propose Self-conditioned
Embedding Diffusion, a continuous diffusion mechanism that operates on token
embeddings and allows to learn flexible and scalable diffusion models for both
conditional and unconditional text generation. Through qualitative and
quantitative evaluation, we show that our text diffusion models generate
samples comparable with those produced by standard autoregressive language
models - while being in theory more efficient on accelerator hardware at
inference time. Our work paves the way for scaling up diffusion models for
text, similarly to autoregressive models, and for improving performance with
recent refinements to continuous diffusion. | null | cs.CL | [
"cs.CL",
"cs.LG"
] |
2407.11895 | HF | OmniBind: Large-scale Omni Multimodal Representation via Binding Spaces | [
"Zehan Wang",
"Ziang Zhang",
"Hang Zhang",
"Luping Liu",
"Rongjie Huang",
"Xize Cheng",
"Hengshuang Zhao",
"Zhou Zhao"
] | 2024-07-16 | Recently, human-computer interaction with various modalities has shown
promising applications, like GPT-4o and Gemini. Given the foundational role of
multimodal joint representation in understanding and generation pipelines,
high-quality omni joint representations would be a step toward co-processing
more diverse multimodal information. In this work, we present OmniBind,
large-scale multimodal joint representation models ranging in scale from 7
billion to 30 billion parameters, which support 3D, audio, image, and language
inputs. Due to the scarcity of data pairs across all modalities, instead of
training large models from scratch, we propose remapping and binding the spaces
of various pre-trained specialist models together. This approach enables
"scaling up" by indirectly increasing the model parameters and the amount of
seen data. To effectively integrate various spaces, we dynamically assign
weights to different spaces by learning routers with two objectives:
cross-modal overall alignment and language representation decoupling. Notably,
since binding and routing spaces both only require lightweight networks,
OmniBind is extremely training-efficient. Learning the largest 30B model
requires merely unpaired unimodal data and approximately 3 days on a single
8-4090 node. Extensive experiments demonstrate the versatility and superiority
of OmniBind as an omni representation model, highlighting its great potential
for diverse applications, such as any-query and composable multimodal
understanding. | null | cs.CV | [
"cs.CV"
] |
2408.08274 | Both | BAM! Just Like That: Simple and Efficient Parameter Upcycling for Mixture of Experts | [
"Qizhen Zhang",
"Nikolas Gritsch",
"Dwaraknath Gnaneshwar",
"Simon Guo",
"David Cairuz",
"Bharat Venkitesh",
"Jakob Foerster",
"Phil Blunsom",
"Sebastian Ruder",
"Ahmet Ustun",
"Acyr Locatelli"
] | 2024-08-15 | The Mixture of Experts (MoE) framework has become a popular architecture for
large language models due to its superior performance over dense models.
However, training MoEs from scratch in a large-scale regime is prohibitively
expensive. Existing methods mitigate this by pre-training multiple dense expert
models independently and using them to initialize an MoE. This is done by using
experts' feed-forward network (FFN) to initialize the MoE's experts while
merging other parameters. However, this method limits the reuse of dense model
parameters to only the FFN layers, thereby constraining the advantages when
"upcycling" these models into MoEs. We propose BAM (Branch-Attend-Mix), a
simple yet effective method that addresses this shortcoming. BAM makes full use
of specialized dense models by not only using their FFN to initialize the MoE
layers but also leveraging experts' attention parameters fully by initializing
them into a soft-variant of Mixture of Attention (MoA) layers. We explore two
methods for upcycling attention parameters: 1) initializing separate attention
experts from dense models including all attention parameters for the best model
performance; and 2) sharing key and value parameters across all experts to
facilitate for better inference efficiency. To further improve efficiency, we
adopt a parallel attention transformer architecture to MoEs, which allows the
attention experts and FFN experts to be computed concurrently. Our experiments
on seed models ranging from 590 million to 2 billion parameters demonstrate
that BAM surpasses baselines in both perplexity and downstream task
performance, within the same computational and data constraints. | null | cs.LG | [
"cs.LG"
] |
2309.08587 | HF | Compositional Foundation Models for Hierarchical Planning | [
"Anurag Ajay",
"Seungwook Han",
"Yilun Du",
"Shuang Li",
"Abhi Gupta",
"Tommi Jaakkola",
"Josh Tenenbaum",
"Leslie Kaelbling",
"Akash Srivastava",
"Pulkit Agrawal"
] | 2023-09-15 | To make effective decisions in novel environments with long-horizon goals, it
is crucial to engage in hierarchical reasoning across spatial and temporal
scales. This entails planning abstract subgoal sequences, visually reasoning
about the underlying plans, and executing actions in accordance with the
devised plan through visual-motor control. We propose Compositional Foundation
Models for Hierarchical Planning (HiP), a foundation model which leverages
multiple expert foundation model trained on language, vision and action data
individually jointly together to solve long-horizon tasks. We use a large
language model to construct symbolic plans that are grounded in the environment
through a large video diffusion model. Generated video plans are then grounded
to visual-motor control, through an inverse dynamics model that infers actions
from generated videos. To enable effective reasoning within this hierarchy, we
enforce consistency between the models via iterative refinement. We illustrate
the efficacy and adaptability of our approach in three different long-horizon
table-top manipulation tasks. | null | cs.LG | [
"cs.LG",
"cs.AI",
"cs.RO"
] |
2307.08579 | HF | Scale-Aware Modulation Meet Transformer | [
"Weifeng Lin",
"Ziheng Wu",
"Jiayu Chen",
"Jun Huang",
"Lianwen Jin"
] | 2023-07-17 | This paper presents a new vision Transformer, Scale-Aware Modulation
Transformer (SMT), that can handle various downstream tasks efficiently by
combining the convolutional network and vision Transformer. The proposed
Scale-Aware Modulation (SAM) in the SMT includes two primary novel designs.
Firstly, we introduce the Multi-Head Mixed Convolution (MHMC) module, which can
capture multi-scale features and expand the receptive field. Secondly, we
propose the Scale-Aware Aggregation (SAA) module, which is lightweight but
effective, enabling information fusion across different heads. By leveraging
these two modules, convolutional modulation is further enhanced. Furthermore,
in contrast to prior works that utilized modulations throughout all stages to
build an attention-free network, we propose an Evolutionary Hybrid Network
(EHN), which can effectively simulate the shift from capturing local to global
dependencies as the network becomes deeper, resulting in superior performance.
Extensive experiments demonstrate that SMT significantly outperforms existing
state-of-the-art models across a wide range of visual tasks. Specifically, SMT
with 11.5M / 2.4GFLOPs and 32M / 7.7GFLOPs can achieve 82.2% and 84.3% top-1
accuracy on ImageNet-1K, respectively. After pretrained on ImageNet-22K in
224^2 resolution, it attains 87.1% and 88.1% top-1 accuracy when finetuned with
resolution 224^2 and 384^2, respectively. For object detection with Mask R-CNN,
the SMT base trained with 1x and 3x schedule outperforms the Swin Transformer
counterpart by 4.2 and 1.3 mAP on COCO, respectively. For semantic segmentation
with UPerNet, the SMT base test at single- and multi-scale surpasses Swin by
2.0 and 1.1 mIoU respectively on the ADE20K. | null | cs.CV | [
"cs.CV"
] |
2402.04792 | HF | Direct Language Model Alignment from Online AI Feedback | [
"Shangmin Guo",
"Biao Zhang",
"Tianlin Liu",
"Tianqi Liu",
"Misha Khalman",
"Felipe Llinares",
"Alexandre Rame",
"Thomas Mesnard",
"Yao Zhao",
"Bilal Piot",
"Johan Ferret",
"Mathieu Blondel"
] | 2024-02-07 | Direct alignment from preferences (DAP) methods, such as DPO, have recently
emerged as efficient alternatives to reinforcement learning from human feedback
(RLHF), that do not require a separate reward model. However, the preference
datasets used in DAP methods are usually collected ahead of training and never
updated, thus the feedback is purely offline. Moreover, responses in these
datasets are often sampled from a language model distinct from the one being
aligned, and since the model evolves over training, the alignment phase is
inevitably off-policy. In this study, we posit that online feedback is key and
improves DAP methods. Our method, online AI feedback (OAIF), uses an LLM as
annotator: on each training iteration, we sample two responses from the current
model and prompt the LLM annotator to choose which one is preferred, thus
providing online feedback. Despite its simplicity, we demonstrate via human
evaluation in several tasks that OAIF outperforms both offline DAP and RLHF
methods. We further show that the feedback leveraged in OAIF is easily
controllable, via instruction prompts to the LLM annotator. | null | cs.AI | [
"cs.AI",
"cs.CL",
"cs.HC"
] |
2404.06512 | HF | InternLM-XComposer2-4KHD: A Pioneering Large Vision-Language Model Handling Resolutions from 336 Pixels to 4K HD | [
"Xiaoyi Dong",
"Pan Zhang",
"Yuhang Zang",
"Yuhang Cao",
"Bin Wang",
"Linke Ouyang",
"Songyang Zhang",
"Haodong Duan",
"Wenwei Zhang",
"Yining Li",
"Hang Yan",
"Yang Gao",
"Zhe Chen",
"Xinyue Zhang",
"Wei Li",
"Jingwen Li",
"Wenhai Wang",
"Kai Chen",
"Conghui He",
"Xingcheng Zhang",
"Jifeng Dai",
"Yu Qiao",
"Dahua Lin",
"Jiaqi Wang"
] | 2024-04-09 | The Large Vision-Language Model (LVLM) field has seen significant
advancements, yet its progression has been hindered by challenges in
comprehending fine-grained visual content due to limited resolution. Recent
efforts have aimed to enhance the high-resolution understanding capabilities of
LVLMs, yet they remain capped at approximately 1500 x 1500 pixels and
constrained to a relatively narrow resolution range. This paper represents
InternLM-XComposer2-4KHD, a groundbreaking exploration into elevating LVLM
resolution capabilities up to 4K HD (3840 x 1600) and beyond. Concurrently,
considering the ultra-high resolution may not be necessary in all scenarios, it
supports a wide range of diverse resolutions from 336 pixels to 4K standard,
significantly broadening its scope of applicability. Specifically, this
research advances the patch division paradigm by introducing a novel extension:
dynamic resolution with automatic patch configuration. It maintains the
training image aspect ratios while automatically varying patch counts and
configuring layouts based on a pre-trained Vision Transformer (ViT) (336 x
336), leading to dynamic training resolution from 336 pixels to 4K standard.
Our research demonstrates that scaling training resolution up to 4K HD leads to
consistent performance enhancements without hitting the ceiling of potential
improvements. InternLM-XComposer2-4KHD shows superb capability that matches or
even surpasses GPT-4V and Gemini Pro in 10 of the 16 benchmarks. The
InternLM-XComposer2-4KHD model series with 7B parameters are publicly available
at https://github.com/InternLM/InternLM-XComposer. | null | cs.CV | [
"cs.CV",
"cs.CL"
] |
2408.00760 | HF | Smoothed Energy Guidance: Guiding Diffusion Models with Reduced Energy Curvature of Attention | [
"Susung Hong"
] | 2024-08-01 | Conditional diffusion models have shown remarkable success in visual content
generation, producing high-quality samples across various domains, largely due
to classifier-free guidance (CFG). Recent attempts to extend guidance to
unconditional models have relied on heuristic techniques, resulting in
suboptimal generation quality and unintended effects. In this work, we propose
Smoothed Energy Guidance (SEG), a novel training- and condition-free approach
that leverages the energy-based perspective of the self-attention mechanism to
enhance image generation. By defining the energy of self-attention, we
introduce a method to reduce the curvature of the energy landscape of attention
and use the output as the unconditional prediction. Practically, we control the
curvature of the energy landscape by adjusting the Gaussian kernel parameter
while keeping the guidance scale parameter fixed. Additionally, we present a
query blurring method that is equivalent to blurring the entire attention
weights without incurring quadratic complexity in the number of tokens. In our
experiments, SEG achieves a Pareto improvement in both quality and the
reduction of side effects. The code is available at
\url{https://github.com/SusungHong/SEG-SDXL}. | null | cs.CV | [
"cs.CV",
"cs.AI",
"cs.LG"
] |
2311.12454 | HF | HierSpeech++: Bridging the Gap between Semantic and Acoustic Representation of Speech by Hierarchical Variational Inference for Zero-shot Speech Synthesis | [
"Sang-Hoon Lee",
"Ha-Yeong Choi",
"Seung-Bin Kim",
"Seong-Whan Lee"
] | 2023-11-21 | Large language models (LLM)-based speech synthesis has been widely adopted in
zero-shot speech synthesis. However, they require a large-scale data and
possess the same limitations as previous autoregressive speech models,
including slow inference speed and lack of robustness. This paper proposes
HierSpeech++, a fast and strong zero-shot speech synthesizer for text-to-speech
(TTS) and voice conversion (VC). We verified that hierarchical speech synthesis
frameworks could significantly improve the robustness and expressiveness of the
synthetic speech. Furthermore, we significantly improve the naturalness and
speaker similarity of synthetic speech even in zero-shot speech synthesis
scenarios. For text-to-speech, we adopt the text-to-vec framework, which
generates a self-supervised speech representation and an F0 representation
based on text representations and prosody prompts. Then, HierSpeech++ generates
speech from the generated vector, F0, and voice prompt. We further introduce a
high-efficient speech super-resolution framework from 16 kHz to 48 kHz. The
experimental results demonstrated that the hierarchical variational autoencoder
could be a strong zero-shot speech synthesizer given that it outperforms
LLM-based and diffusion-based models. Moreover, we achieved the first
human-level quality zero-shot speech synthesis. Audio samples and source code
are available at https://github.com/sh-lee-prml/HierSpeechpp. | null | cs.SD | [
"cs.SD",
"cs.AI",
"cs.MM",
"eess.AS"
] |
2406.03215 | HF | Searching Priors Makes Text-to-Video Synthesis Better | [
"Haoran Cheng",
"Liang Peng",
"Linxuan Xia",
"Yuepeng Hu",
"Hengjia Li",
"Qinglin Lu",
"Xiaofei He",
"Boxi Wu"
] | 2024-06-05 | Significant advancements in video diffusion models have brought substantial
progress to the field of text-to-video (T2V) synthesis. However, existing T2V
synthesis model struggle to accurately generate complex motion dynamics,
leading to a reduction in video realism. One possible solution is to collect
massive data and train the model on it, but this would be extremely expensive.
To alleviate this problem, in this paper, we reformulate the typical T2V
generation process as a search-based generation pipeline. Instead of scaling up
the model training, we employ existing videos as the motion prior database.
Specifically, we divide T2V generation process into two steps: (i) For a given
prompt input, we search existing text-video datasets to find videos with text
labels that closely match the prompt motions. We propose a tailored search
algorithm that emphasizes object motion features. (ii) Retrieved videos are
processed and distilled into motion priors to fine-tune a pre-trained base T2V
model, followed by generating desired videos using input prompt. By utilizing
the priors gleaned from the searched videos, we enhance the realism of the
generated videos' motion. All operations can be finished on a single NVIDIA RTX
4090 GPU. We validate our method against state-of-the-art T2V models across
diverse prompt inputs. The code will be public. | null | cs.CV | [
"cs.CV"
] |
2312.14135 | AnswerAI | V*: Guided Visual Search as a Core Mechanism in Multimodal LLMs | [
"Penghao Wu",
"Saining Xie"
] | 2023-12-21 | When we look around and perform complex tasks, how we see and selectively
process what we see is crucial. However, the lack of this visual search
mechanism in current multimodal LLMs (MLLMs) hinders their ability to focus on
important visual details, especially when handling high-resolution and visually
crowded images. To address this, we introduce V*, an LLM-guided visual search
mechanism that employs the world knowledge in LLMs for efficient visual
querying. When combined with an MLLM, this mechanism enhances collaborative
reasoning, contextual understanding, and precise targeting of specific visual
elements. This integration results in a new MLLM meta-architecture, named Show,
sEArch, and TelL (SEAL). We further create V*Bench, a benchmark specifically
designed to evaluate MLLMs in their ability to process high-resolution images
and focus on visual details. Our study highlights the necessity of
incorporating visual search capabilities into multimodal systems. The code is
available https://github.com/penghao-wu/vstar. | null | cs.CV | [
"cs.CV"
] |
1708.01009 | AnswerAI | Revisiting Activation Regularization for Language RNNs | [
"Stephen Merity",
"Bryan McCann",
"Richard Socher"
] | 2017-08-03 | Recurrent neural networks (RNNs) serve as a fundamental building block for
many sequence tasks across natural language processing. Recent research has
focused on recurrent dropout techniques or custom RNN cells in order to improve
performance. Both of these can require substantial modifications to the machine
learning model or to the underlying RNN configurations. We revisit traditional
regularization techniques, specifically L2 regularization on RNN activations
and slowness regularization over successive hidden states, to improve the
performance of RNNs on the task of language modeling. Both of these techniques
require minimal modification to existing RNN architectures and result in
performance improvements comparable or superior to more complicated
regularization techniques or custom cell architectures. These regularization
techniques can be used without any modification on optimized LSTM
implementations such as the NVIDIA cuDNN LSTM. | null | cs.CL | [
"cs.CL",
"cs.NE"
] |
2006.04768 | AnswerAI | Linformer: Self-Attention with Linear Complexity | [
"Sinong Wang",
"Belinda Z. Li",
"Madian Khabsa",
"Han Fang",
"Hao Ma"
] | 2020-06-08 | Large transformer models have shown extraordinary success in achieving
state-of-the-art results in many natural language processing applications.
However, training and deploying these models can be prohibitively costly for
long sequences, as the standard self-attention mechanism of the Transformer
uses $O(n^2)$ time and space with respect to sequence length. In this paper, we
demonstrate that the self-attention mechanism can be approximated by a low-rank
matrix. We further exploit this finding to propose a new self-attention
mechanism, which reduces the overall self-attention complexity from $O(n^2)$ to
$O(n)$ in both time and space. The resulting linear transformer, the
\textit{Linformer}, performs on par with standard Transformer models, while
being much more memory- and time-efficient. | null | cs.LG | [
"cs.LG",
"stat.ML"
] |
2301.06627 | AnswerAI | Dissociating language and thought in large language models | [
"Kyle Mahowald",
"Anna A. Ivanova",
"Idan A. Blank",
"Nancy Kanwisher",
"Joshua B. Tenenbaum",
"Evelina Fedorenko"
] | 2023-01-16 | Large Language Models (LLMs) have come closest among all models to date to
mastering human language, yet opinions about their linguistic and cognitive
capabilities remain split. Here, we evaluate LLMs using a distinction between
formal linguistic competence -- knowledge of linguistic rules and patterns --
and functional linguistic competence -- understanding and using language in the
world. We ground this distinction in human neuroscience, which has shown that
formal and functional competence rely on different neural mechanisms. Although
LLMs are surprisingly good at formal competence, their performance on
functional competence tasks remains spotty and often requires specialized
fine-tuning and/or coupling with external modules. We posit that models that
use language in human-like ways would need to master both of these competence
types, which, in turn, could require the emergence of mechanisms specialized
for formal linguistic competence, distinct from functional competence. | null | cs.CL | [
"cs.CL",
"cs.AI"
] |
2002.05202 | AnswerAI | GLU Variants Improve Transformer | [
"Noam Shazeer"
] | 2020-02-12 | Gated Linear Units (arXiv:1612.08083) consist of the component-wise product
of two linear projections, one of which is first passed through a sigmoid
function. Variations on GLU are possible, using different nonlinear (or even
linear) functions in place of sigmoid. We test these variants in the
feed-forward sublayers of the Transformer (arXiv:1706.03762)
sequence-to-sequence model, and find that some of them yield quality
improvements over the typically-used ReLU or GELU activations. | null | cs.LG | [
"cs.LG",
"cs.NE",
"stat.ML"
] |
2404.07503 | Both | Best Practices and Lessons Learned on Synthetic Data | [
"Ruibo Liu",
"Jerry Wei",
"Fangyu Liu",
"Chenglei Si",
"Yanzhe Zhang",
"Jinmeng Rao",
"Steven Zheng",
"Daiyi Peng",
"Diyi Yang",
"Denny Zhou",
"Andrew M. Dai"
] | 2024-04-11 | The success of AI models relies on the availability of large, diverse, and
high-quality datasets, which can be challenging to obtain due to data scarcity,
privacy concerns, and high costs. Synthetic data has emerged as a promising
solution by generating artificial data that mimics real-world patterns. This
paper provides an overview of synthetic data research, discussing its
applications, challenges, and future directions. We present empirical evidence
from prior art to demonstrate its effectiveness and highlight the importance of
ensuring its factuality, fidelity, and unbiasedness. We emphasize the need for
responsible use of synthetic data to build more powerful, inclusive, and
trustworthy language models. | null | cs.CL | [
"cs.CL"
] |
2311.06772 | HF | ChatAnything: Facetime Chat with LLM-Enhanced Personas | [
"Yilin Zhao",
"Xinbin Yuan",
"Shanghua Gao",
"Zhijie Lin",
"Qibin Hou",
"Jiashi Feng",
"Daquan Zhou"
] | 2023-11-12 | In this technical report, we target generating anthropomorphized personas for
LLM-based characters in an online manner, including visual appearance,
personality and tones, with only text descriptions. To achieve this, we first
leverage the in-context learning capability of LLMs for personality generation
by carefully designing a set of system prompts. We then propose two novel
concepts: the mixture of voices (MoV) and the mixture of diffusers (MoD) for
diverse voice and appearance generation. For MoV, we utilize the text-to-speech
(TTS) algorithms with a variety of pre-defined tones and select the most
matching one based on the user-provided text description automatically. For
MoD, we combine the recent popular text-to-image generation techniques and
talking head algorithms to streamline the process of generating talking
objects. We termed the whole framework as ChatAnything. With it, users could be
able to animate anything with any personas that are anthropomorphic using just
a few text inputs. However, we have observed that the anthropomorphic objects
produced by current generative models are often undetectable by pre-trained
face landmark detectors, leading to failure of the face motion generation, even
if these faces possess human-like appearances because those images are nearly
seen during the training (e.g., OOD samples). To address this issue, we
incorporate pixel-level guidance to infuse human face landmarks during the
image generation phase. To benchmark these metrics, we have built an evaluation
dataset. Based on it, we verify that the detection rate of the face landmark is
significantly increased from 57.0% to 92.5% thus allowing automatic face
animation based on generated speech content. The code and more results can be
found at https://chatanything.github.io/. | null | cs.CV | [
"cs.CV",
"cs.AI"
] |
2312.13271 | HF | Repaint123: Fast and High-quality One Image to 3D Generation with Progressive Controllable 2D Repainting | [
"Junwu Zhang",
"Zhenyu Tang",
"Yatian Pang",
"Xinhua Cheng",
"Peng Jin",
"Yida Wei",
"Munan Ning",
"Li Yuan"
] | 2023-12-20 | Recent one image to 3D generation methods commonly adopt Score Distillation
Sampling (SDS). Despite the impressive results, there are multiple deficiencies
including multi-view inconsistency, over-saturated and over-smoothed textures,
as well as the slow generation speed. To address these deficiencies, we present
Repaint123 to alleviate multi-view bias as well as texture degradation and
speed up the generation process. The core idea is to combine the powerful image
generation capability of the 2D diffusion model and the texture alignment
ability of the repainting strategy for generating high-quality multi-view
images with consistency. We further propose visibility-aware adaptive
repainting strength for overlap regions to enhance the generated image quality
in the repainting process. The generated high-quality and multi-view consistent
images enable the use of simple Mean Square Error (MSE) loss for fast 3D
content generation. We conduct extensive experiments and show that our method
has a superior ability to generate high-quality 3D content with multi-view
consistency and fine textures in 2 minutes from scratch. Our project page is
available at https://pku-yuangroup.github.io/repaint123/. | null | cs.CV | [
"cs.CV"
] |
2407.08892 | HF | Characterizing Prompt Compression Methods for Long Context Inference | [
"Siddharth Jha",
"Lutfi Eren Erdogan",
"Sehoon Kim",
"Kurt Keutzer",
"Amir Gholami"
] | 2024-07-11 | Long context inference presents challenges at the system level with increased
compute and memory requirements, as well as from an accuracy perspective in
being able to reason over long contexts. Recently, several methods have been
proposed to compress the prompt to reduce the context length. However, there
has been little work on comparing the different proposed methods across
different tasks through a standardized analysis. This has led to conflicting
results. To address this, here we perform a comprehensive characterization and
evaluation of different prompt compression methods. In particular, we analyze
extractive compression, summarization-based abstractive compression, and token
pruning methods. Surprisingly, we find that extractive compression often
outperforms all the other approaches, and enables up to 10x compression with
minimal accuracy degradation. Interestingly, we also find that despite several
recent claims, token pruning methods often lag behind extractive compression.
We only found marginal improvements on summarization tasks. | null | cs.CL | [
"cs.CL",
"cs.LG"
] |
2408.12590 | HF | xGen-VideoSyn-1: High-fidelity Text-to-Video Synthesis with Compressed Representations | [
"Can Qin",
"Congying Xia",
"Krithika Ramakrishnan",
"Michael Ryoo",
"Lifu Tu",
"Yihao Feng",
"Manli Shu",
"Honglu Zhou",
"Anas Awadalla",
"Jun Wang",
"Senthil Purushwalkam",
"Le Xue",
"Yingbo Zhou",
"Huan Wang",
"Silvio Savarese",
"Juan Carlos Niebles",
"Zeyuan Chen",
"Ran Xu",
"Caiming Xiong"
] | 2024-08-22 | We present xGen-VideoSyn-1, a text-to-video (T2V) generation model capable of
producing realistic scenes from textual descriptions. Building on recent
advancements, such as OpenAI's Sora, we explore the latent diffusion model
(LDM) architecture and introduce a video variational autoencoder (VidVAE).
VidVAE compresses video data both spatially and temporally, significantly
reducing the length of visual tokens and the computational demands associated
with generating long-sequence videos. To further address the computational
costs, we propose a divide-and-merge strategy that maintains temporal
consistency across video segments. Our Diffusion Transformer (DiT) model
incorporates spatial and temporal self-attention layers, enabling robust
generalization across different timeframes and aspect ratios. We have devised a
data processing pipeline from the very beginning and collected over 13M
high-quality video-text pairs. The pipeline includes multiple steps such as
clipping, text detection, motion estimation, aesthetics scoring, and dense
captioning based on our in-house video-LLM model. Training the VidVAE and DiT
models required approximately 40 and 642 H100 days, respectively. Our model
supports over 14-second 720p video generation in an end-to-end way and
demonstrates competitive performance against state-of-the-art T2V models. | null | cs.CV | [
"cs.CV",
"cs.AI"
] |
2312.02216 | HF | DragVideo: Interactive Drag-style Video Editing | [
"Yufan Deng",
"Ruida Wang",
"Yuhao Zhang",
"Yu-Wing Tai",
"Chi-Keung Tang"
] | 2023-12-03 | Video generation models have shown their superior ability to generate
photo-realistic video. However, how to accurately control (or edit) the video
remains a formidable challenge. The main issues are: 1) how to perform direct
and accurate user control in editing; 2) how to execute editings like changing
shape, expression, and layout without unsightly distortion and artifacts to the
edited content; and 3) how to maintain spatio-temporal consistency of video
after editing. To address the above issues, we propose DragVideo, a general
drag-style video editing framework. Inspired by DragGAN, DragVideo addresses
issues 1) and 2) by proposing the drag-style video latent optimization method
which gives desired control by updating noisy video latent according to drag
instructions through video-level drag objective function. We amend issue 3) by
integrating the video diffusion model with sample-specific LoRA and Mutual
Self-Attention in DragVideo to ensure the edited result is spatio-temporally
consistent. We also present a series of testing examples for drag-style video
editing and conduct extensive experiments across a wide array of challenging
editing tasks, such as motion, skeleton editing, etc, underscoring DragVideo
can edit video in an intuitive, faithful to the user's intention manner, with
nearly unnoticeable distortion and artifacts, while maintaining spatio-temporal
consistency. While traditional prompt-based video editing fails to do the
former two and directly applying image drag editing fails in the last,
DragVideo's versatility and generality are emphasized. Github link:
https://github.com/RickySkywalker/DragVideo-Official. | null | cs.GR | [
"cs.GR",
"cs.CV"
] |
2402.07207 | HF | GALA3D: Towards Text-to-3D Complex Scene Generation via Layout-guided Generative Gaussian Splatting | [
"Xiaoyu Zhou",
"Xingjian Ran",
"Yajiao Xiong",
"Jinlin He",
"Zhiwei Lin",
"Yongtao Wang",
"Deqing Sun",
"Ming-Hsuan Yang"
] | 2024-02-11 | We present GALA3D, generative 3D GAussians with LAyout-guided control, for
effective compositional text-to-3D generation. We first utilize large language
models (LLMs) to generate the initial layout and introduce a layout-guided 3D
Gaussian representation for 3D content generation with adaptive geometric
constraints. We then propose an instance-scene compositional optimization
mechanism with conditioned diffusion to collaboratively generate realistic 3D
scenes with consistent geometry, texture, scale, and accurate interactions
among multiple objects while simultaneously adjusting the coarse layout priors
extracted from the LLMs to align with the generated scene. Experiments show
that GALA3D is a user-friendly, end-to-end framework for state-of-the-art
scene-level 3D content generation and controllable editing while ensuring the
high fidelity of object-level entities within the scene. The source codes and
models will be available at gala3d.github.io. | null | cs.CV | [
"cs.CV"
] |
2311.06430 | HF | GOAT: GO to Any Thing | [
"Matthew Chang",
"Theophile Gervet",
"Mukul Khanna",
"Sriram Yenamandra",
"Dhruv Shah",
"So Yeon Min",
"Kavit Shah",
"Chris Paxton",
"Saurabh Gupta",
"Dhruv Batra",
"Roozbeh Mottaghi",
"Jitendra Malik",
"Devendra Singh Chaplot"
] | 2023-11-10 | In deployment scenarios such as homes and warehouses, mobile robots are
expected to autonomously navigate for extended periods, seamlessly executing
tasks articulated in terms that are intuitively understandable by human
operators. We present GO To Any Thing (GOAT), a universal navigation system
capable of tackling these requirements with three key features: a) Multimodal:
it can tackle goals specified via category labels, target images, and language
descriptions, b) Lifelong: it benefits from its past experience in the same
environment, and c) Platform Agnostic: it can be quickly deployed on robots
with different embodiments. GOAT is made possible through a modular system
design and a continually augmented instance-aware semantic memory that keeps
track of the appearance of objects from different viewpoints in addition to
category-level semantics. This enables GOAT to distinguish between different
instances of the same category to enable navigation to targets specified by
images and language descriptions. In experimental comparisons spanning over 90
hours in 9 different homes consisting of 675 goals selected across 200+
different object instances, we find GOAT achieves an overall success rate of
83%, surpassing previous methods and ablations by 32% (absolute improvement).
GOAT improves with experience in the environment, from a 60% success rate at
the first goal to a 90% success after exploration. In addition, we demonstrate
that GOAT can readily be applied to downstream tasks such as pick and place and
social navigation. | null | cs.RO | [
"cs.RO"
] |
2306.03504 | HF | Ada-TTA: Towards Adaptive High-Quality Text-to-Talking Avatar Synthesis | [
"Zhenhui Ye",
"Ziyue Jiang",
"Yi Ren",
"Jinglin Liu",
"Chen Zhang",
"Xiang Yin",
"Zejun Ma",
"Zhou Zhao"
] | 2023-06-06 | We are interested in a novel task, namely low-resource text-to-talking
avatar. Given only a few-minute-long talking person video with the audio track
as the training data and arbitrary texts as the driving input, we aim to
synthesize high-quality talking portrait videos corresponding to the input
text. This task has broad application prospects in the digital human industry
but has not been technically achieved yet due to two challenges: (1) It is
challenging to mimic the timbre from out-of-domain audio for a traditional
multi-speaker Text-to-Speech system. (2) It is hard to render high-fidelity and
lip-synchronized talking avatars with limited training data. In this paper, we
introduce Adaptive Text-to-Talking Avatar (Ada-TTA), which (1) designs a
generic zero-shot multi-speaker TTS model that well disentangles the text
content, timbre, and prosody; and (2) embraces recent advances in neural
rendering to achieve realistic audio-driven talking face video generation. With
these designs, our method overcomes the aforementioned two challenges and
achieves to generate identity-preserving speech and realistic talking person
video. Experiments demonstrate that our method could synthesize realistic,
identity-preserving, and audio-visual synchronized talking avatar videos. | null | cs.CV | [
"cs.CV",
"cs.SD",
"eess.AS"
] |
2402.13929 | HF | SDXL-Lightning: Progressive Adversarial Diffusion Distillation | [
"Shanchuan Lin",
"Anran Wang",
"Xiao Yang"
] | 2024-02-21 | We propose a diffusion distillation method that achieves new state-of-the-art
in one-step/few-step 1024px text-to-image generation based on SDXL. Our method
combines progressive and adversarial distillation to achieve a balance between
quality and mode coverage. In this paper, we discuss the theoretical analysis,
discriminator design, model formulation, and training techniques. We
open-source our distilled SDXL-Lightning models both as LoRA and full UNet
weights. | null | cs.CV | [
"cs.CV",
"cs.AI",
"cs.LG"
] |
2307.15771 | HF | The Hydra Effect: Emergent Self-repair in Language Model Computations | [
"Thomas McGrath",
"Matthew Rahtz",
"Janos Kramar",
"Vladimir Mikulik",
"Shane Legg"
] | 2023-07-28 | We investigate the internal structure of language model computations using
causal analysis and demonstrate two motifs: (1) a form of adaptive computation
where ablations of one attention layer of a language model cause another layer
to compensate (which we term the Hydra effect) and (2) a counterbalancing
function of late MLP layers that act to downregulate the maximum-likelihood
token. Our ablation studies demonstrate that language model layers are
typically relatively loosely coupled (ablations to one layer only affect a
small number of downstream layers). Surprisingly, these effects occur even in
language models trained without any form of dropout. We analyse these effects
in the context of factual recall and consider their implications for
circuit-level attribution in language models. | null | cs.LG | [
"cs.LG",
"cs.AI",
"cs.CL"
] |
2407.00106 | HF | UnUnlearning: Unlearning is not sufficient for content regulation in advanced generative AI | [
"Ilia Shumailov",
"Jamie Hayes",
"Eleni Triantafillou",
"Guillermo Ortiz-Jimenez",
"Nicolas Papernot",
"Matthew Jagielski",
"Itay Yona",
"Heidi Howard",
"Eugene Bagdasaryan"
] | 2024-06-27 | Exact unlearning was first introduced as a privacy mechanism that allowed a
user to retract their data from machine learning models on request. Shortly
after, inexact schemes were proposed to mitigate the impractical costs
associated with exact unlearning. More recently unlearning is often discussed
as an approach for removal of impermissible knowledge i.e. knowledge that the
model should not possess such as unlicensed copyrighted, inaccurate, or
malicious information. The promise is that if the model does not have a certain
malicious capability, then it cannot be used for the associated malicious
purpose. In this paper we revisit the paradigm in which unlearning is used for
in Large Language Models (LLMs) and highlight an underlying inconsistency
arising from in-context learning. Unlearning can be an effective control
mechanism for the training phase, yet it does not prevent the model from
performing an impermissible act during inference. We introduce a concept of
ununlearning, where unlearned knowledge gets reintroduced in-context,
effectively rendering the model capable of behaving as if it knows the
forgotten knowledge. As a result, we argue that content filtering for
impermissible knowledge will be required and even exact unlearning schemes are
not enough for effective content regulation. We discuss feasibility of
ununlearning for modern LLMs and examine broader implications. | null | cs.LG | [
"cs.LG",
"cs.AI",
"cs.CL",
"cs.CR"
] |
2406.02509 | HF | CamCo: Camera-Controllable 3D-Consistent Image-to-Video Generation | [
"Dejia Xu",
"Weili Nie",
"Chao Liu",
"Sifei Liu",
"Jan Kautz",
"Zhangyang Wang",
"Arash Vahdat"
] | 2024-06-04 | Recently video diffusion models have emerged as expressive generative tools
for high-quality video content creation readily available to general users.
However, these models often do not offer precise control over camera poses for
video generation, limiting the expression of cinematic language and user
control. To address this issue, we introduce CamCo, which allows fine-grained
Camera pose Control for image-to-video generation. We equip a pre-trained
image-to-video generator with accurately parameterized camera pose input using
Pl\"ucker coordinates. To enhance 3D consistency in the videos produced, we
integrate an epipolar attention module in each attention block that enforces
epipolar constraints to the feature maps. Additionally, we fine-tune CamCo on
real-world videos with camera poses estimated through structure-from-motion
algorithms to better synthesize object motion. Our experiments show that CamCo
significantly improves 3D consistency and camera control capabilities compared
to previous models while effectively generating plausible object motion.
Project page: https://ir1d.github.io/CamCo/ | null | cs.CV | [
"cs.CV"
] |
2308.01544 | HF | Multimodal Neurons in Pretrained Text-Only Transformers | [
"Sarah Schwettmann",
"Neil Chowdhury",
"Samuel Klein",
"David Bau",
"Antonio Torralba"
] | 2023-08-03 | Language models demonstrate remarkable capacity to generalize representations
learned in one modality to downstream tasks in other modalities. Can we trace
this ability to individual neurons? We study the case where a frozen text
transformer is augmented with vision using a self-supervised visual encoder and
a single linear projection learned on an image-to-text task. Outputs of the
projection layer are not immediately decodable into language describing image
content; instead, we find that translation between modalities occurs deeper
within the transformer. We introduce a procedure for identifying "multimodal
neurons" that convert visual representations into corresponding text, and
decoding the concepts they inject into the model's residual stream. In a series
of experiments, we show that multimodal neurons operate on specific visual
concepts across inputs, and have a systematic causal effect on image
captioning. | null | cs.CV | [
"cs.CV",
"cs.CL"
] |
1909.05858 | AnswerAI | CTRL: A Conditional Transformer Language Model for Controllable Generation | [
"Nitish Shirish Keskar",
"Bryan McCann",
"Lav R. Varshney",
"Caiming Xiong",
"Richard Socher"
] | 2019-09-11 | Large-scale language models show promising text generation capabilities, but
users cannot easily control particular aspects of the generated text. We
release CTRL, a 1.63 billion-parameter conditional transformer language model,
trained to condition on control codes that govern style, content, and
task-specific behavior. Control codes were derived from structure that
naturally co-occurs with raw text, preserving the advantages of unsupervised
learning while providing more explicit control over text generation. These
codes also allow CTRL to predict which parts of the training data are most
likely given a sequence. This provides a potential method for analyzing large
amounts of data via model-based source attribution. We have released multiple
full-sized, pretrained versions of CTRL at https://github.com/salesforce/ctrl. | null | cs.CL | [
"cs.CL"
] |
2309.11197 | HF | The Languini Kitchen: Enabling Language Modelling Research at Different Scales of Compute | [
"Aleksandar Stanić",
"Dylan Ashley",
"Oleg Serikov",
"Louis Kirsch",
"Francesco Faccio",
"Jürgen Schmidhuber",
"Thomas Hofmann",
"Imanol Schlag"
] | 2023-09-20 | The Languini Kitchen serves as both a research collective and codebase
designed to empower researchers with limited computational resources to
contribute meaningfully to the field of language modelling. We introduce an
experimental protocol that enables model comparisons based on equivalent
compute, measured in accelerator hours. The number of tokens on which a model
is trained is defined by the model's throughput and the chosen compute class.
Notably, this approach avoids constraints on critical hyperparameters which
affect total parameters or floating-point operations. For evaluation, we
pre-process an existing large, diverse, and high-quality dataset of books that
surpasses existing academic benchmarks in quality, diversity, and document
length. On it, we compare methods based on their empirical scaling trends which
are estimated through experiments at various levels of compute. This work also
provides two baseline models: a feed-forward model derived from the GPT-2
architecture and a recurrent model in the form of a novel LSTM with ten-fold
throughput. While the GPT baseline achieves better perplexity throughout all
our levels of compute, our LSTM baseline exhibits a predictable and more
favourable scaling law. This is due to the improved throughput and the need for
fewer training tokens to achieve the same decrease in test perplexity.
Extrapolating the scaling laws leads of both models results in an intersection
at roughly 50,000 accelerator hours. We hope this work can serve as the
foundation for meaningful and reproducible language modelling research. | null | cs.LG | [
"cs.LG",
"cs.CL"
] |
2401.05314 | HF | ANIM-400K: A Large-Scale Dataset for Automated End-To-End Dubbing of Video | [
"Kevin Cai",
"Chonghua Liu",
"David M. Chan"
] | 2024-01-10 | The Internet's wealth of content, with up to 60% published in English,
starkly contrasts the global population, where only 18.8% are English speakers,
and just 5.1% consider it their native language, leading to disparities in
online information access. Unfortunately, automated processes for dubbing of
video - replacing the audio track of a video with a translated alternative -
remains a complex and challenging task due to pipelines, necessitating precise
timing, facial movement synchronization, and prosody matching. While end-to-end
dubbing offers a solution, data scarcity continues to impede the progress of
both end-to-end and pipeline-based methods. In this work, we introduce
Anim-400K, a comprehensive dataset of over 425K aligned animated video segments
in Japanese and English supporting various video-related tasks, including
automated dubbing, simultaneous translation, guided video summarization, and
genre/theme/style classification. Our dataset is made publicly available for
research purposes at https://github.com/davidmchan/Anim400K. | null | eess.AS | [
"eess.AS",
"cs.CL",
"cs.CV",
"cs.SD"
] |
2312.12742 | HF | Cached Transformers: Improving Transformers with Differentiable Memory Cache | [
"Zhaoyang Zhang",
"Wenqi Shao",
"Yixiao Ge",
"Xiaogang Wang",
"Jinwei Gu",
"Ping Luo"
] | 2023-12-20 | This work introduces a new Transformer model called Cached Transformer, which
uses Gated Recurrent Cached (GRC) attention to extend the self-attention
mechanism with a differentiable memory cache of tokens. GRC attention enables
attending to both past and current tokens, increasing the receptive field of
attention and allowing for exploring long-range dependencies. By utilizing a
recurrent gating unit to continuously update the cache, our model achieves
significant advancements in \textbf{six} language and vision tasks, including
language modeling, machine translation, ListOPs, image classification, object
detection, and instance segmentation. Furthermore, our approach surpasses
previous memory-based techniques in tasks such as language modeling and
displays the ability to be applied to a broader range of situations. | null | cs.CV | [
"cs.CV"
] |
2306.03509 | HF | Mega-TTS: Zero-Shot Text-to-Speech at Scale with Intrinsic Inductive Bias | [
"Ziyue Jiang",
"Yi Ren",
"Zhenhui Ye",
"Jinglin Liu",
"Chen Zhang",
"Qian Yang",
"Shengpeng Ji",
"Rongjie Huang",
"Chunfeng Wang",
"Xiang Yin",
"Zejun Ma",
"Zhou Zhao"
] | 2023-06-06 | Scaling text-to-speech to a large and wild dataset has been proven to be
highly effective in achieving timbre and speech style generalization,
particularly in zero-shot TTS. However, previous works usually encode speech
into latent using audio codec and use autoregressive language models or
diffusion models to generate it, which ignores the intrinsic nature of speech
and may lead to inferior or uncontrollable results. We argue that speech can be
decomposed into several attributes (e.g., content, timbre, prosody, and phase)
and each of them should be modeled using a module with appropriate inductive
biases. From this perspective, we carefully design a novel and large zero-shot
TTS system called Mega-TTS, which is trained with large-scale wild data and
models different attributes in different ways: 1) Instead of using latent
encoded by audio codec as the intermediate feature, we still choose spectrogram
as it separates the phase and other attributes very well. Phase can be
appropriately constructed by the GAN-based vocoder and does not need to be
modeled by the language model. 2) We model the timbre using global vectors
since timbre is a global attribute that changes slowly over time. 3) We further
use a VQGAN-based acoustic model to generate the spectrogram and a latent code
language model to fit the distribution of prosody, since prosody changes
quickly over time in a sentence, and language models can capture both local and
long-range dependencies. We scale Mega-TTS to multi-domain datasets with 20K
hours of speech and evaluate its performance on unseen speakers. Experimental
results demonstrate that Mega-TTS surpasses state-of-the-art TTS systems on
zero-shot TTS, speech editing, and cross-lingual TTS tasks, with superior
naturalness, robustness, and speaker similarity due to the proper inductive
bias of each module. Audio samples are available at
https://mega-tts.github.io/demo-page. | null | eess.AS | [
"eess.AS",
"cs.AI",
"cs.SD"
] |
2406.00392 | HF | Artificial Generational Intelligence: Cultural Accumulation in Reinforcement Learning | [
"Jonathan Cook",
"Chris Lu",
"Edward Hughes",
"Joel Z. Leibo",
"Jakob Foerster"
] | 2024-06-01 | Cultural accumulation drives the open-ended and diverse progress in
capabilities spanning human history. It builds an expanding body of knowledge
and skills by combining individual exploration with inter-generational
information transmission. Despite its widespread success among humans, the
capacity for artificial learning agents to accumulate culture remains
under-explored. In particular, approaches to reinforcement learning typically
strive for improvements over only a single lifetime. Generational algorithms
that do exist fail to capture the open-ended, emergent nature of cultural
accumulation, which allows individuals to trade-off innovation and imitation.
Building on the previously demonstrated ability for reinforcement learning
agents to perform social learning, we find that training setups which balance
this with independent learning give rise to cultural accumulation. These
accumulating agents outperform those trained for a single lifetime with the
same cumulative experience. We explore this accumulation by constructing two
models under two distinct notions of a generation: episodic generations, in
which accumulation occurs via in-context learning and train-time generations,
in which accumulation occurs via in-weights learning. In-context and in-weights
cultural accumulation can be interpreted as analogous to knowledge and skill
accumulation, respectively. To the best of our knowledge, this work is the
first to present general models that achieve emergent cultural accumulation in
reinforcement learning, opening up new avenues towards more open-ended learning
systems, as well as presenting new opportunities for modelling human culture. | null | cs.AI | [
"cs.AI"
] |
2303.10130 | AnswerAI | GPTs are GPTs: An Early Look at the Labor Market Impact Potential of Large Language Models | [
"Tyna Eloundou",
"Sam Manning",
"Pamela Mishkin",
"Daniel Rock"
] | 2023-03-17 | We investigate the potential implications of large language models (LLMs),
such as Generative Pre-trained Transformers (GPTs), on the U.S. labor market,
focusing on the increased capabilities arising from LLM-powered software
compared to LLMs on their own. Using a new rubric, we assess occupations based
on their alignment with LLM capabilities, integrating both human expertise and
GPT-4 classifications. Our findings reveal that around 80% of the U.S.
workforce could have at least 10% of their work tasks affected by the
introduction of LLMs, while approximately 19% of workers may see at least 50%
of their tasks impacted. We do not make predictions about the development or
adoption timeline of such LLMs. The projected effects span all wage levels,
with higher-income jobs potentially facing greater exposure to LLM capabilities
and LLM-powered software. Significantly, these impacts are not restricted to
industries with higher recent productivity growth. Our analysis suggests that,
with access to an LLM, about 15% of all worker tasks in the US could be
completed significantly faster at the same level of quality. When incorporating
software and tooling built on top of LLMs, this share increases to between 47
and 56% of all tasks. This finding implies that LLM-powered software will have
a substantial effect on scaling the economic impacts of the underlying models.
We conclude that LLMs such as GPTs exhibit traits of general-purpose
technologies, indicating that they could have considerable economic, social,
and policy implications. | null | econ.GN | [
"econ.GN",
"cs.AI",
"cs.CY",
"q-fin.EC"
] |
2112.05682 | AnswerAI | Self-attention Does Not Need $O(n^2)$ Memory | [
"Markus N. Rabe",
"Charles Staats"
] | 2021-12-10 | We present a very simple algorithm for attention that requires $O(1)$ memory
with respect to sequence length and an extension to self-attention that
requires $O(\log n)$ memory. This is in contrast with the frequently stated
belief that self-attention requires $O(n^2)$ memory. While the time complexity
is still $O(n^2)$, device memory rather than compute capability is often the
limiting factor on modern accelerators. Thus, reducing the memory requirements
of attention allows processing of longer sequences than might otherwise be
feasible. We provide a practical implementation for accelerators that requires
$O(\sqrt{n})$ memory, is numerically stable, and is within a few percent of the
runtime of the standard implementation of attention. We also demonstrate how to
differentiate the function while remaining memory-efficient. For sequence
length 16384, the memory overhead of self-attention is reduced by 59X for
inference and by 32X for differentiation. | null | cs.LG | [
"cs.LG"
] |
2309.10706 | HF | OpenBA: An Open-sourced 15B Bilingual Asymmetric seq2seq Model Pre-trained from Scratch | [
"Juntao Li",
"Zecheng Tang",
"Yuyang Ding",
"Pinzheng Wang",
"Pei Guo",
"Wangjie You",
"Dan Qiao",
"Wenliang Chen",
"Guohong Fu",
"Qiaoming Zhu",
"Guodong Zhou",
"Min Zhang"
] | 2023-09-19 | Large language models (LLMs) with billions of parameters have demonstrated
outstanding performance on various natural language processing tasks. This
report presents OpenBA, an open-sourced 15B bilingual asymmetric seq2seq model,
to contribute an LLM variant to the Chinese-oriented open-source model
community. We enhance OpenBA with effective and efficient techniques as well as
adopt a three-stage training strategy to train the model from scratch. Our
solution can also achieve very competitive performance with only 380B tokens,
which is better than LLaMA-70B on the BELEBELE benchmark, BLOOM-176B on the
MMLU benchmark, GLM-130B on the C-Eval (hard) benchmark. This report provides
the main details to pre-train an analogous model, including pre-training data
processing, Bilingual Flan data collection, the empirical observations that
inspire our model architecture design, training objectives of different stages,
and other enhancement techniques. Additionally, we also provide the fine-tuning
details of OpenBA on four downstream tasks. We have refactored our code to
follow the design principles of the Huggingface Transformers Library, making it
more convenient for developers to use, and released checkpoints of different
training stages at https://huggingface.co/openBA. More details of our project
are available at https://github.com/OpenNLG/openBA.git. | null | cs.CL | [
"cs.CL"
] |
2304.09151 | AnswerAI | UniMax: Fairer and more Effective Language Sampling for Large-Scale Multilingual Pretraining | [
"Hyung Won Chung",
"Noah Constant",
"Xavier Garcia",
"Adam Roberts",
"Yi Tay",
"Sharan Narang",
"Orhan Firat"
] | 2023-04-18 | Pretrained multilingual large language models have typically used heuristic
temperature-based sampling to balance between different languages. However
previous work has not systematically evaluated the efficacy of different
pretraining language distributions across model scales. In this paper, we
propose a new sampling method, UniMax, that delivers more uniform coverage of
head languages while mitigating overfitting on tail languages by explicitly
capping the number of repeats over each language's corpus. We perform an
extensive series of ablations testing a range of sampling strategies on a suite
of multilingual benchmarks, while varying model scale. We find that UniMax
outperforms standard temperature-based sampling, and the benefits persist as
scale increases. As part of our contribution, we release: (i) an improved and
refreshed mC4 multilingual corpus consisting of 29 trillion characters across
107 languages, and (ii) a suite of pretrained umT5 model checkpoints trained
with UniMax sampling. | null | cs.CL | [
"cs.CL"
] |
2305.02440 | HF | Cheaply Evaluating Inference Efficiency Metrics for Autoregressive Transformer APIs | [
"Deepak Narayanan",
"Keshav Santhanam",
"Peter Henderson",
"Rishi Bommasani",
"Tony Lee",
"Percy Liang"
] | 2023-05-03 | Large language models (LLMs) power many state-of-the-art systems in natural
language processing. However, these models are extremely computationally
expensive, even at inference time, raising the natural question: when is the
extra cost of deploying a larger model worth the anticipated boost in
capabilities? Better understanding this tradeoff fundamentally could benefit
from an inference efficiency metric that is both (i) easily comparable across
models from different providers, and (ii) representative of the true cost of
running queries in an isolated performance environment. Unfortunately, access
to LLMs today is largely restricted to black-box text generation APIs and raw
runtimes measured through this interface do not satisfy these desiderata: model
providers can apply various software and hardware optimizations orthogonal to
the model, and models served on shared infrastructure are susceptible to
performance contention. To circumvent these problems, we propose a new metric
for comparing inference efficiency across models. This metric puts models on
equal footing as though they were served (i) on uniform hardware and software,
and (ii) without performance contention. We call this metric the
\emph{idealized runtime}, and we propose a methodology to efficiently estimate
this metric for autoregressive Transformer models. We also propose cost-aware
variants that incorporate the number of accelerators needed to serve the model.
Using these metrics, we compare ten state-of-the-art LLMs to provide the first
analysis of inference efficiency-capability tradeoffs; we make several
observations from this analysis, including the fact that the superior inference
runtime performance of certain APIs is often a byproduct of optimizations
within the API rather than the underlying model. Our methodology also
facilitates the efficient comparison of different software and hardware stacks. | null | cs.LG | [
"cs.LG"
] |
2409.10038 | HF | On the Diagram of Thought | [
"Yifan Zhang",
"Yang Yuan",
"Andrew Chi-Chih Yao"
] | 2024-09-16 | We introduce Diagram of Thought (DoT), a framework that models iterative
reasoning in large language models (LLMs) as the construction of a directed
acyclic graph (DAG) within a single model. Unlike traditional approaches that
represent reasoning as linear chains or trees, DoT organizes propositions,
critiques, refinements, and verifications into a cohesive DAG structure,
allowing the model to explore complex reasoning pathways while maintaining
logical consistency. Each node in the diagram corresponds to a proposition that
has been proposed, critiqued, refined, or verified, enabling the LLM to
iteratively improve its reasoning through natural language feedback. By
leveraging auto-regressive next-token prediction with role-specific tokens, DoT
facilitates seamless transitions between proposing ideas and critically
evaluating them, providing richer feedback than binary signals. Furthermore, we
formalize the DoT framework using Topos Theory, providing a mathematical
foundation that ensures logical consistency and soundness in the reasoning
process. This approach enhances both the training and inference processes
within a single LLM, eliminating the need for multiple models or external
control mechanisms. DoT offers a conceptual framework for designing
next-generation reasoning-specialized models, emphasizing training efficiency,
robust reasoning capabilities, and theoretical grounding. The code is available
at https://github.com/diagram-of-thought/diagram-of-thought. | null | cs.CL | [
"cs.CL",
"cs.AI",
"cs.LG"
] |
2403.08715 | Both | SOTOPIA-$π$: Interactive Learning of Socially Intelligent Language Agents | [
"Ruiyi Wang",
"Haofei Yu",
"Wenxin Zhang",
"Zhengyang Qi",
"Maarten Sap",
"Graham Neubig",
"Yonatan Bisk",
"Hao Zhu"
] | 2024-03-13 | Humans learn social skills through both imitation and social interaction.
This social learning process is largely understudied by existing research on
building language agents. Motivated by this gap, we propose an interactive
learning method, SOTOPIA-$\pi$, improving the social intelligence of language
agents. This method leverages behavior cloning and self-reinforcement training
on filtered social interaction data according to large language model (LLM)
ratings. We show that our training method allows a 7B LLM to reach the social
goal completion ability of an expert model (GPT-4-based agent), while improving
the safety of language agents and maintaining general QA ability on the MMLU
benchmark. We also find that this training paradigm uncovers some difficulties
in LLM-based evaluation of social intelligence: LLM-based evaluators
overestimate the abilities of the language agents trained specifically for
social interaction. | null | cs.CL | [
"cs.CL"
] |
2402.19469 | HF | Humanoid Locomotion as Next Token Prediction | [
"Ilija Radosavovic",
"Bike Zhang",
"Baifeng Shi",
"Jathushan Rajasegaran",
"Sarthak Kamat",
"Trevor Darrell",
"Koushil Sreenath",
"Jitendra Malik"
] | 2024-02-29 | We cast real-world humanoid control as a next token prediction problem, akin
to predicting the next word in language. Our model is a causal transformer
trained via autoregressive prediction of sensorimotor trajectories. To account
for the multi-modal nature of the data, we perform prediction in a
modality-aligned way, and for each input token predict the next token from the
same modality. This general formulation enables us to leverage data with
missing modalities, like video trajectories without actions. We train our model
on a collection of simulated trajectories coming from prior neural network
policies, model-based controllers, motion capture data, and YouTube videos of
humans. We show that our model enables a full-sized humanoid to walk in San
Francisco zero-shot. Our model can transfer to the real world even when trained
on only 27 hours of walking data, and can generalize to commands not seen
during training like walking backward. These findings suggest a promising path
toward learning challenging real-world control tasks by generative modeling of
sensorimotor trajectories. | null | cs.RO | [
"cs.RO",
"cs.CV",
"cs.LG"
] |
2308.05326 | HF | OpenProteinSet: Training data for structural biology at scale | [
"Gustaf Ahdritz",
"Nazim Bouatta",
"Sachin Kadyan",
"Lukas Jarosch",
"Daniel Berenberg",
"Ian Fisk",
"Andrew M. Watkins",
"Stephen Ra",
"Richard Bonneau",
"Mohammed AlQuraishi"
] | 2023-08-10 | Multiple sequence alignments (MSAs) of proteins encode rich biological
information and have been workhorses in bioinformatic methods for tasks like
protein design and protein structure prediction for decades. Recent
breakthroughs like AlphaFold2 that use transformers to attend directly over
large quantities of raw MSAs have reaffirmed their importance. Generation of
MSAs is highly computationally intensive, however, and no datasets comparable
to those used to train AlphaFold2 have been made available to the research
community, hindering progress in machine learning for proteins. To remedy this
problem, we introduce OpenProteinSet, an open-source corpus of more than 16
million MSAs, associated structural homologs from the Protein Data Bank, and
AlphaFold2 protein structure predictions. We have previously demonstrated the
utility of OpenProteinSet by successfully retraining AlphaFold2 on it. We
expect OpenProteinSet to be broadly useful as training and validation data for
1) diverse tasks focused on protein structure, function, and design and 2)
large-scale multimodal machine learning research. | null | q-bio.BM | [
"q-bio.BM",
"cs.LG"
] |
2310.18356 | HF | LoRAShear: Efficient Large Language Model Structured Pruning and Knowledge Recovery | [
"Tianyi Chen",
"Tianyu Ding",
"Badal Yadav",
"Ilya Zharkov",
"Luming Liang"
] | 2023-10-24 | Large Language Models (LLMs) have transformed the landscape of artificial
intelligence, while their enormous size presents significant challenges in
terms of computational costs. We introduce LoRAShear, a novel efficient
approach to structurally prune LLMs and recover knowledge. Given general LLMs,
LoRAShear at first creates the dependency graphs over LoRA modules to discover
minimally removal structures and analyze the knowledge distribution. It then
proceeds progressive structured pruning on LoRA adaptors and enables inherent
knowledge transfer to better preserve the information in the redundant
structures. To recover the lost knowledge during pruning, LoRAShear
meticulously studies and proposes a dynamic fine-tuning schemes with dynamic
data adaptors to effectively narrow down the performance gap to the full
models. Numerical results demonstrate that by only using one GPU within a
couple of GPU days, LoRAShear effectively reduced footprint of LLMs by 20% with
only 1.0% performance degradation and significantly outperforms
state-of-the-arts. The source code will be available at
https://github.com/microsoft/lorashear. | null | cs.CL | [
"cs.CL",
"cs.AI",
"cs.LG"
] |
2312.12682 | Both | Mini-GPTs: Efficient Large Language Models through Contextual Pruning | [
"Tim Valicenti",
"Justice Vidal",
"Ritik Patnaik"
] | 2023-12-20 | In AI research, the optimization of Large Language Models (LLMs) remains a
significant challenge, crucial for advancing the field's practical applications
and sustainability. Building upon the foundational work of Professor Song Han's
lab at MIT, this paper introduces a novel approach in developing Mini-GPTs via
contextual pruning. Our methodology strategically prunes the computational
architecture of traditional LLMs, like Phi-1.5, focusing on retaining core
functionalities while drastically reducing model sizes. We employ the technique
across diverse and complex datasets, including US law, Medical Q&A, Skyrim
dialogue, English-Taiwanese translation, and Economics articles. The results
underscore the efficiency and effectiveness of contextual pruning, not merely
as a theoretical concept but as a practical tool in developing domain-specific,
resource-efficient LLMs. Contextual pruning is a promising method for building
domain-specific LLMs, and this research is a building block towards future
development with more hardware compute, refined fine-tuning, and quantization. | null | cs.CL | [
"cs.CL",
"cs.AI",
"I.2.7"
] |
2407.18907 | HF | SHIC: Shape-Image Correspondences with no Keypoint Supervision | [
"Aleksandar Shtedritski",
"Christian Rupprecht",
"Andrea Vedaldi"
] | 2024-07-26 | Canonical surface mapping generalizes keypoint detection by assigning each
pixel of an object to a corresponding point in a 3D template. Popularised by
DensePose for the analysis of humans, authors have since attempted to apply the
concept to more categories, but with limited success due to the high cost of
manual supervision. In this work, we introduce SHIC, a method to learn
canonical maps without manual supervision which achieves better results than
supervised methods for most categories. Our idea is to leverage foundation
computer vision models such as DINO and Stable Diffusion that are open-ended
and thus possess excellent priors over natural categories. SHIC reduces the
problem of estimating image-to-template correspondences to predicting
image-to-image correspondences using features from the foundation models. The
reduction works by matching images of the object to non-photorealistic renders
of the template, which emulates the process of collecting manual annotations
for this task. These correspondences are then used to supervise high-quality
canonical maps for any object of interest. We also show that image generators
can further improve the realism of the template views, which provide an
additional source of supervision for the model. | null | cs.CV | [
"cs.CV"
] |
2306.07349 | HF | ATT3D: Amortized Text-to-3D Object Synthesis | [
"Jonathan Lorraine",
"Kevin Xie",
"Xiaohui Zeng",
"Chen-Hsuan Lin",
"Towaki Takikawa",
"Nicholas Sharp",
"Tsung-Yi Lin",
"Ming-Yu Liu",
"Sanja Fidler",
"James Lucas"
] | 2023-06-06 | Text-to-3D modelling has seen exciting progress by combining generative
text-to-image models with image-to-3D methods like Neural Radiance Fields.
DreamFusion recently achieved high-quality results but requires a lengthy,
per-prompt optimization to create 3D objects. To address this, we amortize
optimization over text prompts by training on many prompts simultaneously with
a unified model, instead of separately. With this, we share computation across
a prompt set, training in less time than per-prompt optimization. Our framework
- Amortized text-to-3D (ATT3D) - enables knowledge-sharing between prompts to
generalize to unseen setups and smooth interpolations between text for novel
assets and simple animations. | null | cs.LG | [
"cs.LG",
"cs.AI",
"cs.CV",
"68T45",
"I.2.6; I.2.7; I.3.6; I.3.7"
] |
2407.20179 | HF | Theia: Distilling Diverse Vision Foundation Models for Robot Learning | [
"Jinghuan Shang",
"Karl Schmeckpeper",
"Brandon B. May",
"Maria Vittoria Minniti",
"Tarik Kelestemur",
"David Watkins",
"Laura Herlant"
] | 2024-07-29 | Vision-based robot policy learning, which maps visual inputs to actions,
necessitates a holistic understanding of diverse visual tasks beyond
single-task needs like classification or segmentation. Inspired by this, we
introduce Theia, a vision foundation model for robot learning that distills
multiple off-the-shelf vision foundation models trained on varied vision tasks.
Theia's rich visual representations encode diverse visual knowledge, enhancing
downstream robot learning. Extensive experiments demonstrate that Theia
outperforms its teacher models and prior robot learning models using less
training data and smaller model sizes. Additionally, we quantify the quality of
pre-trained visual representations and hypothesize that higher entropy in
feature norm distributions leads to improved robot learning performance. Code
and models are available at https://github.com/bdaiinstitute/theia. | null | cs.RO | [
"cs.RO",
"cs.AI",
"cs.CV",
"cs.LG"
] |
2305.10688 | HF | MolXPT: Wrapping Molecules with Text for Generative Pre-training | [
"Zequn Liu",
"Wei Zhang",
"Yingce Xia",
"Lijun Wu",
"Shufang Xie",
"Tao Qin",
"Ming Zhang",
"Tie-Yan Liu"
] | 2023-05-18 | Generative pre-trained Transformer (GPT) has demonstrates its great success
in natural language processing and related techniques have been adapted into
molecular modeling. Considering that text is the most important record for
scientific discovery, in this paper, we propose MolXPT, a unified language
model of text and molecules pre-trained on SMILES (a sequence representation of
molecules) wrapped by text. Briefly, we detect the molecule names in each
sequence and replace them to the corresponding SMILES. In this way, the SMILES
could leverage the information from surrounding text, and vice versa. The above
wrapped sequences, text sequences from PubMed and SMILES sequences from PubChem
are all fed into a language model for pre-training. Experimental results
demonstrate that MolXPT outperforms strong baselines of molecular property
prediction on MoleculeNet, performs comparably to the best model in
text-molecule translation while using less than half of its parameters, and
enables zero-shot molecular generation without finetuning. | null | cs.CL | [
"cs.CL"
] |
2409.05152 | HF | OneGen: Efficient One-Pass Unified Generation and Retrieval for LLMs | [
"Jintian Zhang",
"Cheng Peng",
"Mengshu Sun",
"Xiang Chen",
"Lei Liang",
"Zhiqiang Zhang",
"Jun Zhou",
"Huajun Chen",
"Ningyu Zhang"
] | 2024-09-08 | Despite the recent advancements in Large Language Models (LLMs), which have
significantly enhanced the generative capabilities for various NLP tasks, LLMs
still face limitations in directly handling retrieval tasks. However, many
practical applications demand the seamless integration of both retrieval and
generation. This paper introduces a novel and efficient One-pass Generation and
retrieval framework (OneGen), designed to improve LLMs' performance on tasks
that require both generation and retrieval. The proposed framework bridges the
traditionally separate training approaches for generation and retrieval by
incorporating retrieval tokens generated autoregressively. This enables a
single LLM to handle both tasks simultaneously in a unified forward pass. We
conduct experiments on two distinct types of composite tasks, RAG and Entity
Linking, to validate the pluggability, effectiveness, and efficiency of OneGen
in training and inference. Furthermore, our results show that integrating
generation and retrieval within the same context preserves the generative
capabilities of LLMs while improving retrieval performance. To the best of our
knowledge, OneGen is the first to enable LLMs to conduct vector retrieval
during the generation. | null | cs.CL | [
"cs.CL",
"cs.AI",
"cs.DB",
"cs.IR",
"cs.LG"
] |
2310.12404 | HF | Loop Copilot: Conducting AI Ensembles for Music Generation and Iterative Editing | [
"Yixiao Zhang",
"Akira Maezawa",
"Gus Xia",
"Kazuhiko Yamamoto",
"Simon Dixon"
] | 2023-10-19 | Creating music is iterative, requiring varied methods at each stage. However,
existing AI music systems fall short in orchestrating multiple subsystems for
diverse needs. To address this gap, we introduce Loop Copilot, a novel system
that enables users to generate and iteratively refine music through an
interactive, multi-round dialogue interface. The system uses a large language
model to interpret user intentions and select appropriate AI models for task
execution. Each backend model is specialized for a specific task, and their
outputs are aggregated to meet the user's requirements. To ensure musical
coherence, essential attributes are maintained in a centralized table. We
evaluate the effectiveness of the proposed system through semi-structured
interviews and questionnaires, highlighting its utility not only in
facilitating music creation but also its potential for broader applications. | null | cs.SD | [
"cs.SD",
"cs.CL",
"cs.HC",
"cs.LG",
"eess.AS"
] |
2205.10455 | AnswerAI | Pre-training Transformer Models with Sentence-Level Objectives for Answer Sentence Selection | [
"Luca Di Liello",
"Siddhant Garg",
"Luca Soldaini",
"Alessandro Moschitti"
] | 2022-05-20 | An important task for designing QA systems is answer sentence selection
(AS2): selecting the sentence containing (or constituting) the answer to a
question from a set of retrieved relevant documents. In this paper, we propose
three novel sentence-level transformer pre-training objectives that incorporate
paragraph-level semantics within and across documents, to improve the
performance of transformers for AS2, and mitigate the requirement of large
labeled datasets. Specifically, the model is tasked to predict whether: (i) two
sentences are extracted from the same paragraph, (ii) a given sentence is
extracted from a given paragraph, and (iii) two paragraphs are extracted from
the same document. Our experiments on three public and one industrial AS2
datasets demonstrate the empirical superiority of our pre-trained transformers
over baseline models such as RoBERTa and ELECTRA for AS2. | null | cs.CL | [
"cs.CL"
] |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.