paper-with-me

Papers

Scalability in Building Component Data Annotation: Enhancing Facade Material Classification with Synthetic Data

2024-04-12 · Josie Harrison, Alexander Hollberg, Yinan Yu

Computer vision models trained on Google Street View images can create material cadastres. However, current approaches need manually annotated datasets that are difficult to obtain and often have class imbalance. To address these challenges, this paper fine-tuned a Swin Transformer model on a synthetic dataset generated with DALL-E and compared the performance to a similar manually annotated dataset. Although manual annotation remains the gold standard, the synthetic dataset performance demonstrates a reasonable alternative. The findings will ease annotation needed to develop material cadastres, offering architects insights into opportunities for material reuse, thus contributing to the reduction of demolition waste.

📄 PDF Abstract BibTeX arXiv:2404.08557

Code (0)

등록된 구현이 없습니다.

Tasks

Material Classification

Methods 이 논문이 사용한 방법론

Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Stochastic Depth Stochastic Depth aims to shrink the depth of a network during training, while keeping it unchanged during testing. This is achieved by randomly dropping entire…
Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
BPE Byte Pair Encoding, or BPE, is a subword segmentation algorithm that encodes rare and unknown words as sequences of subword units. The intuition is that various word…
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
Label Smoothing Label Smoothing is a regularization technique that introduces noise for the labels. This accounts for the fact that datasets may have mistakes in them, so maximizing the…
Residual Connection 설명 없음

Similar Papers 제목 키워드 기반

Zero-shot Building Attribute Extraction from Large-Scale Vision and Language Models

2023-12-19 · Fei Pan, Sangryul Jeon, Brian Wang, Frank Mckenna 외

Existing building recognition methods, exemplified by BRAILS, utilize supervised learning to extract information from satellite and street-view images for classification and segmentation. However, each task module requir…

AttributeAttribute ExtractionDescriptive

ARCH2S: Dataset, Benchmark and Challenges for Learning Exterior Architectural Structures from Point Clouds

2024-06-03 · Ka Lung Cheung, Chi Chung Lee

Precise segmentation of architectural structures provides detailed information about various building components, enhancing our understanding and interaction with our built environment. Nevertheless, existing outdoor 3D …

3D Scene Reconstruction3D Semantic SegmentationPoint Cloud GenerationPoint Cloud Segmentation+2

Alexa Conversations: An Extensible Data-driven Approach for Building Task-oriented Dialogue Systems

2021-04-19 · NAACL 2021 4 · Anish Acharya, Suranjit Adhikari, Sanchit Agarwal, Vincent Auvray 외

Traditional goal-oriented dialogue systems rely on various components such as natural language understanding, dialogue state tracking, policy learning and response generation. Training each component requires annotations…

Dialogue State TrackingGoal-Oriented Dialogue SystemsNatural Language UnderstandingResponse Generation+1

GRIT: Graph-Regularized Logit Refinement for Zero-shot Cell Type Annotation

2025-08-06 · Tianxiang Hu, Chenyi Zhou, Jiaxiang Liu, Jiongxin Wang 외 arxiv

Cell type annotation is a fundamental step in the analysis of single-cell RNA sequencing (scRNA-seq) data. In practice, human experts often rely on the structure revealed by principal component analysis (PCA) followed by…

Space-LLaVA: a Vision-Language Model Adapted to Extraterrestrial Applications

2024-08-12 · Matthew Foutter, Daniele Gammelli, Justin Kruger, Ethan Foss 외

Foundation Models (FMs), e.g., large language models, possess attributes of intelligence which offer promise to endow a robot with the contextual understanding necessary to navigate complex, unstructured tasks in the wil…

Instruction FollowingLanguage ModelingLanguage ModellingNavigate+2