Datasets:
G1171297986
/

ArXiv:
License:
Dataset Viewer
Duplicate
The dataset viewer is not available for this split.
The info cannot be fetched for the config 'default' of the dataset.
Error code:   InfoError
Exception:    SplitsNotFoundError
Message:      The split names could not be parsed from the dataset config.
Traceback:    Traceback (most recent call last):
                File "/usr/local/lib/python3.12/site-packages/urllib3/response.py", line 779, in _error_catcher
                  yield
                File "/usr/local/lib/python3.12/site-packages/urllib3/response.py", line 925, in _raw_read
                  raise IncompleteRead(self._fp_bytes_read, self.length_remaining)
              urllib3.exceptions.IncompleteRead: IncompleteRead(0 bytes read, 22 more expected)
              
              The above exception was the direct cause of the following exception:
              
              Traceback (most recent call last):
                File "/usr/local/lib/python3.12/site-packages/requests/models.py", line 820, in generate
                  yield from self.raw.stream(chunk_size, decode_content=True)
                File "/usr/local/lib/python3.12/site-packages/urllib3/response.py", line 1091, in stream
                  data = self.read(amt=amt, decode_content=decode_content)
                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
                File "/usr/local/lib/python3.12/site-packages/urllib3/response.py", line 980, in read
                  data = self._raw_read(amt)
                         ^^^^^^^^^^^^^^^^^^^
                File "/usr/local/lib/python3.12/site-packages/urllib3/response.py", line 903, in _raw_read
                  with self._error_catcher():
                       ^^^^^^^^^^^^^^^^^^^^^
                File "/usr/local/lib/python3.12/contextlib.py", line 158, in __exit__
                  self.gen.throw(value)
                File "/usr/local/lib/python3.12/site-packages/urllib3/response.py", line 803, in _error_catcher
                  raise ProtocolError(arg, e) from e
              urllib3.exceptions.ProtocolError: ('Connection broken: IncompleteRead(0 bytes read, 22 more expected)', IncompleteRead(0 bytes read, 22 more expected))
              
              During handling of the above exception, another exception occurred:
              
              Traceback (most recent call last):
                File "/usr/local/lib/python3.12/zipfile/__init__.py", line 1417, in _RealGetContents
                  endrec = _EndRecData(fp)
                           ^^^^^^^^^^^^^^^
                File "/usr/local/lib/python3.12/zipfile/__init__.py", line 298, in _EndRecData
                  data = fpin.read(sizeEndCentDir)
                         ^^^^^^^^^^^^^^^^^^^^^^^^^
                File "/usr/local/lib/python3.12/site-packages/huggingface_hub/hf_file_system.py", line 1015, in read
                  return super().read(length)
                         ^^^^^^^^^^^^^^^^^^^^
                File "/usr/local/lib/python3.12/site-packages/fsspec/spec.py", line 1846, in read
                  out = self.cache._fetch(self.loc, self.loc + length)
                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
                File "/usr/local/lib/python3.12/site-packages/fsspec/caching.py", line 189, in _fetch
                  self.cache = self.fetcher(start, end)  # new block replaces old
                               ^^^^^^^^^^^^^^^^^^^^^^^^
                File "/usr/local/lib/python3.12/site-packages/huggingface_hub/hf_file_system.py", line 969, in _fetch_range
                  r = http_backoff(
                      ^^^^^^^^^^^^^
                File "/usr/local/lib/python3.12/site-packages/huggingface_hub/utils/_http.py", line 310, in http_backoff
                  response = session.request(method=method, url=url, **kwargs)
                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
                File "/usr/local/lib/python3.12/site-packages/requests/sessions.py", line 589, in request
                  resp = self.send(prep, **send_kwargs)
                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
                File "/usr/local/lib/python3.12/site-packages/requests/sessions.py", line 724, in send
                  history = [resp for resp in gen]
                                              ^^^
                File "/usr/local/lib/python3.12/site-packages/requests/sessions.py", line 265, in resolve_redirects
                  resp = self.send(
                         ^^^^^^^^^^
                File "/usr/local/lib/python3.12/site-packages/requests/sessions.py", line 746, in send
                  r.content
                File "/usr/local/lib/python3.12/site-packages/requests/models.py", line 902, in content
                  self._content = b"".join(self.iter_content(CONTENT_CHUNK_SIZE)) or b""
                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
                File "/usr/local/lib/python3.12/site-packages/requests/models.py", line 822, in generate
                  raise ChunkedEncodingError(e)
              requests.exceptions.ChunkedEncodingError: ('Connection broken: IncompleteRead(0 bytes read, 22 more expected)', IncompleteRead(0 bytes read, 22 more expected))
              
              During handling of the above exception, another exception occurred:
              
              Traceback (most recent call last):
                File "/usr/local/lib/python3.12/site-packages/datasets/inspect.py", line 286, in get_dataset_config_info
                  for split_generator in builder._split_generators(
                                         ^^^^^^^^^^^^^^^^^^^^^^^^^^
                File "/usr/local/lib/python3.12/site-packages/datasets/packaged_modules/folder_based_builder/folder_based_builder.py", line 134, in _split_generators
                  analyze(archives, downloaded_dirs, split_name)
                File "/usr/local/lib/python3.12/site-packages/datasets/packaged_modules/folder_based_builder/folder_based_builder.py", line 108, in analyze
                  for downloaded_dir_file in dl_manager.iter_files(downloaded_dir):
                                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
                File "/usr/local/lib/python3.12/site-packages/datasets/utils/track.py", line 49, in __iter__
                  for x in self.generator(*self.args):
                           ^^^^^^^^^^^^^^^^^^^^^^^^^^
                File "/usr/local/lib/python3.12/site-packages/datasets/utils/file_utils.py", line 1404, in _iter_from_urlpaths
                  for dirpath, dirnames, filenames in xwalk(urlpath, download_config=download_config):
                                                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
                File "/usr/local/lib/python3.12/site-packages/datasets/utils/file_utils.py", line 1076, in xwalk
                  fs, *_ = url_to_fs(urlpath, **storage_options)
                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
                File "/usr/local/lib/python3.12/site-packages/fsspec/core.py", line 395, in url_to_fs
                  fs = filesystem(protocol, **inkwargs)
                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
                File "/usr/local/lib/python3.12/site-packages/fsspec/registry.py", line 293, in filesystem
                  return cls(**storage_options)
                         ^^^^^^^^^^^^^^^^^^^^^^
                File "/usr/local/lib/python3.12/site-packages/fsspec/spec.py", line 80, in __call__
                  obj = super().__call__(*args, **kwargs)
                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
                File "/usr/local/lib/python3.12/site-packages/fsspec/implementations/zip.py", line 62, in __init__
                  self.zip = zipfile.ZipFile(
                             ^^^^^^^^^^^^^^^^
                File "/usr/local/lib/python3.12/zipfile/__init__.py", line 1354, in __init__
                  self._RealGetContents()
                File "/usr/local/lib/python3.12/zipfile/__init__.py", line 1419, in _RealGetContents
                  raise BadZipFile("File is not a zip file")
              zipfile.BadZipFile: File is not a zip file
              
              The above exception was the direct cause of the following exception:
              
              Traceback (most recent call last):
                File "/src/services/worker/src/worker/job_runners/split/first_rows.py", line 223, in compute_first_rows_from_streaming_response
                  info = get_dataset_config_info(path=dataset, config_name=config, token=hf_token)
                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
                File "/usr/local/lib/python3.12/site-packages/datasets/inspect.py", line 291, in get_dataset_config_info
                  raise SplitsNotFoundError("The split names could not be parsed from the dataset config.") from err
              datasets.inspect.SplitsNotFoundError: The split names could not be parsed from the dataset config.

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.

Visual Anomaly Detection under Complex View-Illumination Interplay: A Large-Scale Benchmark

🌐 Hugging Face Dataset

πŸ“š Paper β€’ 🏠 Homepage
by Yunkang Cao*, Yuqi Cheng*, Xiaohao Xu, Yiheng Zhang, Yihan Sun, Yuxiang Tan, Yuxin Zhang, Weiming Shen,

πŸš€ Updates

We're committed to open science! Here's our progress:

  • 2025/05/19: πŸ“„ Paper released on ArXiv.
  • 2025/05/16: 🌐 Dataset homepage launched.
  • 2025/05/24: πŸ§ͺ Code release for benchmark evaluation! code

πŸ“Š Introduction

Visual Anomaly Detection (VAD) systems often fail in the real world due to sensitivity to viewpoint-illumination interplayβ€”complex interactions that distort defect visibility. Existing benchmarks overlook this challenge.

Introducing M2AD (Multi-View Multi-Illumination Anomaly Detection), a large-scale benchmark designed to rigorously test VAD robustness under these conditions:

  • 119,880 high-resolution images across 10 categories, 999 specimens, 12 views, and 10 illuminations (120 configurations).
  • Two evaluation protocols:
    • πŸ”„ M2AD-Synergy: Tests multi-configuration information fusion.
    • πŸ§ͺ M2AD-Invariant: Measures single-image robustness to view-illumination variations.
  • Key finding: SOTA VAD methods struggle significantly on M2AD, highlighting the critical need for robust solutions.
Downloads last month
22

Paper for G1171297986/M2AD