Dataset Preview
Duplicate
The full dataset viewer is not available (click to read why). Only showing a preview of the rows.
The dataset generation failed
Error code:   DatasetGenerationError
Exception:    HfHubHTTPError
Message:      404 Client Error: Not Found for url: https://hf-hub-lfs-us-east-1.s3.us-east-1.amazonaws.com/repos/fb/19/fb19d44c1e110b347b0d8b3e01aee60eaa366e4f068941fbd3afad6f596fd8ba/884bbe7896741af93973b9d66bf0b25f6edd9d20601acb433ad23a9cc702182c?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Content-Sha256=UNSIGNED-PAYLOAD&X-Amz-Credential=AKIA2JU7TKAQLC2QXPN7%2F20260409%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20260409T233616Z&X-Amz-Expires=3600&X-Amz-Signature=8a90d844b9ddaf44ede5f7a94196b270670855a4e6bd12822e536cdfbb212c7c&X-Amz-SignedHeaders=host&response-content-disposition=inline%3B%20filename%2A%3DUTF-8%27%27d9b4f940-782b-4374-8873-d6dfaae3c428.jpg%3B%20filename%3D%22d9b4f940-782b-4374-8873-d6dfaae3c428.jpg%22%3B&response-content-type=image%2Fjpeg&x-amz-checksum-mode=ENABLED&x-id=GetObject

<?xml version="1.0" encoding="UTF-8"?>
<Error><Code>NoSuchKey</Code><Message>The specified key does not exist.</Message><Key>repos/fb/19/fb19d44c1e110b347b0d8b3e01aee60eaa366e4f068941fbd3afad6f596fd8ba/884bbe7896741af93973b9d66bf0b25f6edd9d20601acb433ad23a9cc702182c</Key><RequestId>P0VRJV3S9D7ZCRE8</RequestId><HostId>PhEH/mBa+WfRkvsoZvuLgLD13Jbm3HFsWRsSukV+rqVqc2f0hU2s4N9oagbOcoy2OR5khtB9NoEbEHa1V1Bglp+H1u3a64L7</HostId></Error>
Traceback:    Traceback (most recent call last):
                File "/usr/local/lib/python3.12/site-packages/huggingface_hub/utils/_http.py", line 409, in hf_raise_for_status
                  response.raise_for_status()
                File "/usr/local/lib/python3.12/site-packages/requests/models.py", line 1026, in raise_for_status
                  raise HTTPError(http_error_msg, response=self)
              requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://hf-hub-lfs-us-east-1.s3.us-east-1.amazonaws.com/repos/fb/19/fb19d44c1e110b347b0d8b3e01aee60eaa366e4f068941fbd3afad6f596fd8ba/884bbe7896741af93973b9d66bf0b25f6edd9d20601acb433ad23a9cc702182c?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Content-Sha256=UNSIGNED-PAYLOAD&X-Amz-Credential=AKIA2JU7TKAQLC2QXPN7%2F20260409%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20260409T233556Z&X-Amz-Expires=3600&X-Amz-Signature=fcf1fa9d954542e72cb0ac6db1e0c06f6f0eeb2ac430382553d52f165f753764&X-Amz-SignedHeaders=host&response-content-disposition=inline%3B%20filename%2A%3DUTF-8%27%27d9b4f940-782b-4374-8873-d6dfaae3c428.jpg%3B%20filename%3D%22d9b4f940-782b-4374-8873-d6dfaae3c428.jpg%22%3B&response-content-type=image%2Fjpeg&x-amz-checksum-mode=ENABLED&x-id=GetObject
              
              The above exception was the direct cause of the following exception:
              
              Traceback (most recent call last):
                File "/usr/local/lib/python3.12/site-packages/datasets/builder.py", line 1594, in _prepare_split_single
                  writer.write(example)
                File "/usr/local/lib/python3.12/site-packages/datasets/arrow_writer.py", line 682, in write
                  self.write_examples_on_file()
                File "/usr/local/lib/python3.12/site-packages/datasets/arrow_writer.py", line 655, in write_examples_on_file
                  self._write_batch(batch_examples=batch_examples)
                File "/usr/local/lib/python3.12/site-packages/datasets/arrow_writer.py", line 756, in _write_batch
                  self.write_table(pa_table, writer_batch_size)
                File "/usr/local/lib/python3.12/site-packages/datasets/arrow_writer.py", line 765, in write_table
                  self._write_table(pa_table, writer_batch_size=writer_batch_size)
                File "/usr/local/lib/python3.12/site-packages/datasets/arrow_writer.py", line 775, in _write_table
                  pa_table = embed_table_storage(pa_table)
                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
                File "/usr/local/lib/python3.12/site-packages/datasets/table.py", line 2249, in embed_table_storage
                  embed_array_storage(table[name], feature, token_per_repo_id=token_per_repo_id)
                File "/usr/local/lib/python3.12/site-packages/datasets/table.py", line 1795, in wrapper
                  return pa.chunked_array([func(chunk, *args, **kwargs) for chunk in array.chunks])
                                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
                File "/usr/local/lib/python3.12/site-packages/datasets/table.py", line 2124, in embed_array_storage
                  return feature.embed_storage(array, token_per_repo_id=token_per_repo_id)
                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
                File "/usr/local/lib/python3.12/site-packages/datasets/features/image.py", line 303, in embed_storage
                  (path_to_bytes(x["path"]) if x["bytes"] is None else x["bytes"]) if x is not None else None
                   ^^^^^^^^^^^^^^^^^^^^^^^^
                File "/usr/local/lib/python3.12/site-packages/datasets/utils/py_utils.py", line 309, in wrapper
                  return func(value) if value is not None else None
                         ^^^^^^^^^^^
                File "/usr/local/lib/python3.12/site-packages/datasets/features/image.py", line 299, in path_to_bytes
                  return f.read()
                         ^^^^^^^^
                File "/usr/local/lib/python3.12/site-packages/datasets/utils/file_utils.py", line 844, in read_with_retries
                  out = read(*args, **kwargs)
                        ^^^^^^^^^^^^^^^^^^^^^
                File "/src/services/worker/src/worker/job_runners/config/parquet_and_info.py", line 728, in track_read
                  out = f_read(*args, **kwargs)
                        ^^^^^^^^^^^^^^^^^^^^^^^
                File "/usr/local/lib/python3.12/site-packages/huggingface_hub/hf_file_system.py", line 1012, in read
                  out = f.read()
                        ^^^^^^^^
                File "/src/services/worker/src/worker/job_runners/config/parquet_and_info.py", line 728, in track_read
                  out = f_read(*args, **kwargs)
                        ^^^^^^^^^^^^^^^^^^^^^^^
                File "/usr/local/lib/python3.12/site-packages/huggingface_hub/hf_file_system.py", line 1078, in read
                  hf_raise_for_status(self.response)
                File "/usr/local/lib/python3.12/site-packages/huggingface_hub/utils/_http.py", line 482, in hf_raise_for_status
                  raise _format(HfHubHTTPError, str(e), response) from e
              huggingface_hub.errors.HfHubHTTPError: 404 Client Error: Not Found for url: https://hf-hub-lfs-us-east-1.s3.us-east-1.amazonaws.com/repos/fb/19/fb19d44c1e110b347b0d8b3e01aee60eaa366e4f068941fbd3afad6f596fd8ba/884bbe7896741af93973b9d66bf0b25f6edd9d20601acb433ad23a9cc702182c?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Content-Sha256=UNSIGNED-PAYLOAD&X-Amz-Credential=AKIA2JU7TKAQLC2QXPN7%2F20260409%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20260409T233556Z&X-Amz-Expires=3600&X-Amz-Signature=fcf1fa9d954542e72cb0ac6db1e0c06f6f0eeb2ac430382553d52f165f753764&X-Amz-SignedHeaders=host&response-content-disposition=inline%3B%20filename%2A%3DUTF-8%27%27d9b4f940-782b-4374-8873-d6dfaae3c428.jpg%3B%20filename%3D%22d9b4f940-782b-4374-8873-d6dfaae3c428.jpg%22%3B&response-content-type=image%2Fjpeg&x-amz-checksum-mode=ENABLED&x-id=GetObject
              
              <?xml version="1.0" encoding="UTF-8"?>
              <Error><Code>NoSuchKey</Code><Message>The specified key does not exist.</Message><Key>repos/fb/19/fb19d44c1e110b347b0d8b3e01aee60eaa366e4f068941fbd3afad6f596fd8ba/884bbe7896741af93973b9d66bf0b25f6edd9d20601acb433ad23a9cc702182c</Key><RequestId>8HQ1T9RDFB8WHDZ6</RequestId><HostId>IUmBvU+26EF1A9LCic6Nk1306j+9pxairNPCBwFjyHKoLW59Ek+u8oKb1qO9UbqgnpbROvK+aV2zydmBZX6dgJ/R2/7txNAZ</HostId></Error>
              
              During handling of the above exception, another exception occurred:
              
              Traceback (most recent call last):
                File "/usr/local/lib/python3.12/site-packages/huggingface_hub/utils/_http.py", line 409, in hf_raise_for_status
                  response.raise_for_status()
                File "/usr/local/lib/python3.12/site-packages/requests/models.py", line 1026, in raise_for_status
                  raise HTTPError(http_error_msg, response=self)
              requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://hf-hub-lfs-us-east-1.s3.us-east-1.amazonaws.com/repos/fb/19/fb19d44c1e110b347b0d8b3e01aee60eaa366e4f068941fbd3afad6f596fd8ba/884bbe7896741af93973b9d66bf0b25f6edd9d20601acb433ad23a9cc702182c?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Content-Sha256=UNSIGNED-PAYLOAD&X-Amz-Credential=AKIA2JU7TKAQLC2QXPN7%2F20260409%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20260409T233616Z&X-Amz-Expires=3600&X-Amz-Signature=8a90d844b9ddaf44ede5f7a94196b270670855a4e6bd12822e536cdfbb212c7c&X-Amz-SignedHeaders=host&response-content-disposition=inline%3B%20filename%2A%3DUTF-8%27%27d9b4f940-782b-4374-8873-d6dfaae3c428.jpg%3B%20filename%3D%22d9b4f940-782b-4374-8873-d6dfaae3c428.jpg%22%3B&response-content-type=image%2Fjpeg&x-amz-checksum-mode=ENABLED&x-id=GetObject
              
              The above exception was the direct cause of the following exception:
              
              Traceback (most recent call last):
                File "/usr/local/lib/python3.12/site-packages/datasets/builder.py", line 1607, in _prepare_split_single
                  num_examples, num_bytes = writer.finalize()
                                            ^^^^^^^^^^^^^^^^^
                File "/usr/local/lib/python3.12/site-packages/datasets/arrow_writer.py", line 783, in finalize
                  self.write_examples_on_file()
                File "/usr/local/lib/python3.12/site-packages/datasets/arrow_writer.py", line 655, in write_examples_on_file
                  self._write_batch(batch_examples=batch_examples)
                File "/usr/local/lib/python3.12/site-packages/datasets/arrow_writer.py", line 756, in _write_batch
                  self.write_table(pa_table, writer_batch_size)
                File "/usr/local/lib/python3.12/site-packages/datasets/arrow_writer.py", line 765, in write_table
                  self._write_table(pa_table, writer_batch_size=writer_batch_size)
                File "/usr/local/lib/python3.12/site-packages/datasets/arrow_writer.py", line 775, in _write_table
                  pa_table = embed_table_storage(pa_table)
                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
                File "/usr/local/lib/python3.12/site-packages/datasets/table.py", line 2249, in embed_table_storage
                  embed_array_storage(table[name], feature, token_per_repo_id=token_per_repo_id)
                File "/usr/local/lib/python3.12/site-packages/datasets/table.py", line 1795, in wrapper
                  return pa.chunked_array([func(chunk, *args, **kwargs) for chunk in array.chunks])
                                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
                File "/usr/local/lib/python3.12/site-packages/datasets/table.py", line 2124, in embed_array_storage
                  return feature.embed_storage(array, token_per_repo_id=token_per_repo_id)
                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
                File "/usr/local/lib/python3.12/site-packages/datasets/features/image.py", line 303, in embed_storage
                  (path_to_bytes(x["path"]) if x["bytes"] is None else x["bytes"]) if x is not None else None
                   ^^^^^^^^^^^^^^^^^^^^^^^^
                File "/usr/local/lib/python3.12/site-packages/datasets/utils/py_utils.py", line 309, in wrapper
                  return func(value) if value is not None else None
                         ^^^^^^^^^^^
                File "/usr/local/lib/python3.12/site-packages/datasets/features/image.py", line 299, in path_to_bytes
                  return f.read()
                         ^^^^^^^^
                File "/usr/local/lib/python3.12/site-packages/datasets/utils/file_utils.py", line 844, in read_with_retries
                  out = read(*args, **kwargs)
                        ^^^^^^^^^^^^^^^^^^^^^
                File "/src/services/worker/src/worker/job_runners/config/parquet_and_info.py", line 728, in track_read
                  out = f_read(*args, **kwargs)
                        ^^^^^^^^^^^^^^^^^^^^^^^
                File "/usr/local/lib/python3.12/site-packages/huggingface_hub/hf_file_system.py", line 1012, in read
                  out = f.read()
                        ^^^^^^^^
                File "/src/services/worker/src/worker/job_runners/config/parquet_and_info.py", line 728, in track_read
                  out = f_read(*args, **kwargs)
                        ^^^^^^^^^^^^^^^^^^^^^^^
                File "/usr/local/lib/python3.12/site-packages/huggingface_hub/hf_file_system.py", line 1078, in read
                  hf_raise_for_status(self.response)
                File "/usr/local/lib/python3.12/site-packages/huggingface_hub/utils/_http.py", line 482, in hf_raise_for_status
                  raise _format(HfHubHTTPError, str(e), response) from e
              huggingface_hub.errors.HfHubHTTPError: 404 Client Error: Not Found for url: https://hf-hub-lfs-us-east-1.s3.us-east-1.amazonaws.com/repos/fb/19/fb19d44c1e110b347b0d8b3e01aee60eaa366e4f068941fbd3afad6f596fd8ba/884bbe7896741af93973b9d66bf0b25f6edd9d20601acb433ad23a9cc702182c?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Content-Sha256=UNSIGNED-PAYLOAD&X-Amz-Credential=AKIA2JU7TKAQLC2QXPN7%2F20260409%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20260409T233616Z&X-Amz-Expires=3600&X-Amz-Signature=8a90d844b9ddaf44ede5f7a94196b270670855a4e6bd12822e536cdfbb212c7c&X-Amz-SignedHeaders=host&response-content-disposition=inline%3B%20filename%2A%3DUTF-8%27%27d9b4f940-782b-4374-8873-d6dfaae3c428.jpg%3B%20filename%3D%22d9b4f940-782b-4374-8873-d6dfaae3c428.jpg%22%3B&response-content-type=image%2Fjpeg&x-amz-checksum-mode=ENABLED&x-id=GetObject
              
              <?xml version="1.0" encoding="UTF-8"?>
              <Error><Code>NoSuchKey</Code><Message>The specified key does not exist.</Message><Key>repos/fb/19/fb19d44c1e110b347b0d8b3e01aee60eaa366e4f068941fbd3afad6f596fd8ba/884bbe7896741af93973b9d66bf0b25f6edd9d20601acb433ad23a9cc702182c</Key><RequestId>P0VRJV3S9D7ZCRE8</RequestId><HostId>PhEH/mBa+WfRkvsoZvuLgLD13Jbm3HFsWRsSukV+rqVqc2f0hU2s4N9oagbOcoy2OR5khtB9NoEbEHa1V1Bglp+H1u3a64L7</HostId></Error>
              
              The above exception was the direct cause of the following exception:
              
              Traceback (most recent call last):
                File "/src/services/worker/src/worker/job_runners/config/parquet_and_info.py", line 1342, in compute_config_parquet_and_info_response
                  parquet_operations, partial, estimated_dataset_info = stream_convert_to_parquet(
                                                                        ^^^^^^^^^^^^^^^^^^^^^^^^^^
                File "/src/services/worker/src/worker/job_runners/config/parquet_and_info.py", line 907, in stream_convert_to_parquet
                  builder._prepare_split(split_generator=splits_generators[split], file_format="parquet")
                File "/usr/local/lib/python3.12/site-packages/datasets/builder.py", line 1438, in _prepare_split
                  for job_id, done, content in self._prepare_split_single(
                                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
                File "/usr/local/lib/python3.12/site-packages/datasets/builder.py", line 1616, in _prepare_split_single
                  raise DatasetGenerationError("An error occurred while generating the dataset") from e
              datasets.exceptions.DatasetGenerationError: An error occurred while generating the dataset

Need help to make the dataset viewer work? Make sure to review how to configure the dataset viewer, and open a discussion for direct support.

image
image
label
class label
2African Striped Skink
2African Striped Skink
2African Striped Skink
2African Striped Skink
2African Striped Skink
2African Striped Skink
2African Striped Skink
2African Striped Skink
2African Striped Skink
2African Striped Skink
2African Striped Skink
2African Striped Skink
2African Striped Skink
2African Striped Skink
2African Striped Skink
2African Striped Skink
2African Striped Skink
2African Striped Skink
2African Striped Skink
2African Striped Skink
2African Striped Skink
2African Striped Skink
2African Striped Skink
2African Striped Skink
2African Striped Skink
2African Striped Skink
2African Striped Skink
2African Striped Skink
2African Striped Skink
2African Striped Skink
2African Striped Skink
2African Striped Skink
2African Striped Skink
2African Striped Skink
2African Striped Skink
2African Striped Skink
2African Striped Skink
2African Striped Skink
2African Striped Skink
2African Striped Skink
2African Striped Skink
2African Striped Skink
2African Striped Skink
2African Striped Skink
2African Striped Skink
2African Striped Skink
2African Striped Skink
2African Striped Skink
2African Striped Skink
2African Striped Skink
2African Striped Skink
2African Striped Skink
2African Striped Skink
2African Striped Skink
2African Striped Skink
2African Striped Skink
2African Striped Skink
2African Striped Skink
2African Striped Skink
2African Striped Skink
2African Striped Skink
2African Striped Skink
2African Striped Skink
2African Striped Skink
2African Striped Skink
2African Striped Skink
2African Striped Skink
2African Striped Skink
2African Striped Skink
2African Striped Skink
2African Striped Skink
2African Striped Skink
2African Striped Skink
2African Striped Skink
2African Striped Skink
2African Striped Skink
2African Striped Skink
2African Striped Skink
2African Striped Skink
2African Striped Skink
2African Striped Skink
2African Striped Skink
2African Striped Skink
2African Striped Skink
2African Striped Skink
2African Striped Skink
2African Striped Skink
2African Striped Skink
2African Striped Skink
2African Striped Skink
2African Striped Skink
2African Striped Skink
2African Striped Skink
2African Striped Skink
2African Striped Skink
2African Striped Skink
2African Striped Skink
2African Striped Skink
2African Striped Skink
2African Striped Skink
End of preview.

LAION-Beyond: Reproducible Vision-Language Models Meet Concepts Out of Pre-Training

📄 Paper (CVPR 2025) | 💻 Code | 🌐 Project Page

Dataset Summary

LAION-Beyond is the first multi-domain benchmark specifically designed to evaluate the Out-of-Pre-training (OOP) generalization of vision-language models (e.g., CLIP, OpenCLIP, EVA-CLIP).

We distinguish two types of visual concepts:

  • IP (In-Pre-training): concepts that appear in the pre-training data (e.g., LAION-400M / 2B / 5B)
  • OOP (Out-of-Pre-training): concepts entirely absent from the pre-training data

IP vs OOP Difference
Figure 1: Comparison between IP and OOP generalization. The former evaluates generalization within seen visual concepts, while the latter tests concepts absent during pre-training.

The key finding of our paper is that despite OpenCLIP's image encoder forming well-separated clusters for OOP concepts, zero-shot transfer fails significantly due to poor image-text alignment — the token embeddings for OOP class names were never aligned with visual features during pre-training.


Dataset Statistics

Split Images Concepts
OOP 106,052 674
IP 51,330 324
Total 157,382 998


Figure 2: (Left) Statistics of OOP/IP concepts across different LAION scales; (Right) Detailed train/val/test split in LAION-Beyond (400M).

Domains Covered:

  • 🐾 Animals | 🏛️ Architecture | 👘 Attire
  • 🎨 FolkArt | 🍜 Food | 🦋 Insects & Spiders
  • 🗺️ Landmark | 🌿 Plants & Fungi | 🎮 Pokemon

Each domain contains an IP subset and an OOP subset, covering LAION-400M, LAION-2B, and LAION-5B scales to support neural scaling law research.


Dataset Structure

Each domain folder is named {Domain}{NumClasses}_{IP/OOP}, e.g., Animals42_IP, Animals92_OOP.

LAION_Beyond/
├── Animals42_IP/
│   ├── images/                        # jpg images organized by class
│   ├── label2name.json                # label index → class name
│   ├── name2label.json                # class name → label index
│   ├── merged_mapping.json            # merged label mapping
│   └── split_Xin_Animals42_IP.json    # train/val/test split info
├── Animals92_OOP/
│   └── ...
├── Architecture23_IP/
├── Architecture50_OOP/
├── Attire28_IP/
├── Attire54_OOP/
├── FolkArt27_IP/
├── FolkArt59_OOP/
├── Food27_IP/
├── Food53_OOP/
├── Insects_Spiders52_IP/
├── Insects_Spiders106_OOP/
├── Landmark30_IP/
├── Landmark59_OOP/
├── Plants_Fugi56_IP/
├── Plants_Fugi113_OOP/
├── Pokemon39_IP/
└── Pokemon89_OOP/

File Descriptions

File Description
images/ Raw image files (JPG), organized by class subfolder
label2name.json Mapping from integer label to class name string
name2label.json Mapping from class name string to integer label
merged_mapping.json Combined label mapping across splits
split_Xin_*.json Train / val / test split assignments per image

Loading the Dataset

Option 1: Download full dataset (recommended)

from huggingface_hub import snapshot_download

local_dir = snapshot_download(
    repo_id="MHuangX/LAION-Beyond",
    repo_type="dataset",
    local_dir="./LAION_Beyond"
)

Option 2: Download a single domain only

from huggingface_hub import snapshot_download

local_dir = snapshot_download(
    repo_id="MHuangX/LAION-Beyond",
    repo_type="dataset",
    local_dir="./LAION_Beyond",
    allow_patterns="Animals42_IP/**" 
)

Key Findings

  1. Strong image features for OOP concepts: OpenCLIP's image encoder forms well-separated clusters for OOP concepts (clustering accuracy gap < 3% on most domains vs. IP concepts).

  2. Image-text alignment failure: Zero-shot accuracy on OOP concepts is significantly lower than IP concepts, persisting even as pre-training data scales from 400M to 5B.

  3. Name-tuning is the key: Our proposed FSNL and ZSNL algorithms, which fine-tune only the name (token) embeddings of OOP concepts, efficiently restore OOP generalization without degrading IP performance.


Algorithms

FSNL — Few-Shot Name Learning

Optimizes only OOP concept name embeddings using a few image-text pairs, with context augmentation via similar concept shuffling. Achieves state-of-the-art on 8/9 domains.

ZSNL — Zero-Shot Name Learning

Requires no image-text pairs. Uses Novel Class Discovery (NCD) and image-text bipartite graph matching to optimize OOP name embeddings from unlabeled images only.


Benchmark Results (400M split)

OOP Few-Shot Learning (4-shot, H-mean of OOP & IP accuracy)

Method Animals Architecture Attire FolkArt Food Insects Landmark Plants Pokemon Avg
OpenCLIP 26.75 30.75 25.88 35.04 15.36 22.38 40.25 21.43 24.48 26.92
CoOp 31.37 57.8 50.39 52.06 42.55 25.73 85.89 24.78 35.52 45.12
CLIP-Adapter 38.98 59.27 64.56 56.32 64.32 32.51 90.82 31.97 54.99 54.86
FSNL (ours) 46.17 62.63 71.65 63.03 70.0 44.03 94.48 44.12 68.87 62.55

Citation

If you use LAION-Beyond in your research, please cite:

@inproceedings{chen2025reproducible,
  title={Reproducible vision-language models meet concepts out of pre-training},
  author={Chen, Ziliang and Huang, Xin and Fan, Xiaoxuan and Wang, Keze and Zhou, Yuyu and Guan, Quanlong and Lin, Liang},
  booktitle={Proceedings of the Computer Vision and Pattern Recognition Conference},
  pages={14701--14711},
  year={2025}
}

License

This dataset is released under the Creative Commons Attribution-ShareAlike 4.0 International License (CC BY-SA 4.0).


Authors

Xin Huang†, Ziliang Chen†, Xiaoxuan Fan, Keze Wang, Yuyu Zhou, Quanlong Guan, Liang Lin*

Affiliations: Peng Cheng Laboratory, Sun Yat-sen University, EPFL, Jinan University

†Equal Contribution · *Corresponding Author

Downloads last month
7,835