<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <title>BURA Collection: The Brunel Innovation Centre (BIC) is a world class research and technology centre that sits between the knowledge base and industry offering high quality research in an innovative environment focused on non-destructive testing, condition and structural health monitoring, power ultrasonics and allied technologies covering a range of materials, sensors, electronics and software systems supporting partners in industry to transfer academic research into industrial application.  BIC pursues initiatives that span national and international platforms including Innovate UK, EPSRC and EC. The Centre has been building a strong portfolio of projects in line with its multinational interdisciplinary vision.</title>
  <link rel="alternate" href="http://bura.brunel.ac.uk/handle/2438/25441" />
  <subtitle>The Brunel Innovation Centre (BIC) is a world class research and technology centre that sits between the knowledge base and industry offering high quality research in an innovative environment focused on non-destructive testing, condition and structural health monitoring, power ultrasonics and allied technologies covering a range of materials, sensors, electronics and software systems supporting partners in industry to transfer academic research into industrial application.  BIC pursues initiatives that span national and international platforms including Innovate UK, EPSRC and EC. The Centre has been building a strong portfolio of projects in line with its multinational interdisciplinary vision.</subtitle>
  <id>http://bura.brunel.ac.uk/handle/2438/25441</id>
  <updated>2026-07-11T20:19:49Z</updated>
  <dc:date>2026-07-11T20:19:49Z</dc:date>
  <entry>
    <title>Data-Driven Optimization of Size-Aware T6 Heat Treatment Parameters for A356 Aluminum Alloy</title>
    <link rel="alternate" href="http://bura.brunel.ac.uk/handle/2438/33538" />
    <author>
      <name>Tiwari, T</name>
    </author>
    <author>
      <name>Gan, T-H</name>
    </author>
    <author>
      <name>Patel, JB</name>
    </author>
    <id>http://bura.brunel.ac.uk/handle/2438/33538</id>
    <updated>2026-06-30T02:01:32Z</updated>
    <published>2026-06-04T00:00:00Z</published>
    <summary type="text">Title: Data-Driven Optimization of Size-Aware T6 Heat Treatment Parameters for A356 Aluminum Alloy
Authors: Tiwari, T; Gan, T-H; Patel, JB
Abstract: Aluminum alloy A356 (Al-7Si-0.3Mg) is widely employed in automotive structural components due to its favorable strength-to-weight ratio, yet its mechanical performance is highly sensitive to T6 heat-treatment processes. Conventional heat-treatment schedules are typically based on uniform, empirically derived parameters and fail to consider variations in component size, geometry, or thermal mass. Consequently, applying a single schedule across all component sizes often leads to inconsistent microstructural development, energy inefficiency, and elevated scrap rates. Smaller components tend to be over-processed, while larger components may be under-processed, both resulting in suboptimal mechanical properties and increased production costs. To overcome these limitations, this study presents a scalable heat-treatment optimization framework that integrates physics-based thermal simulations with machine learning techniques. The framework combines a transient thermal simulator with Long Short-Term Memory (LSTM) networks to predict sample temperature evolution, Random Forest regressors to estimate mechanical properties such as yield strength, hardness, and modulus of toughness, and Bayesian optimization to generate size-dependent, property-compliant heat-treatment schedules. Unlike traditional methods, this approach dynamically adjusts furnace parameters to individual component characteristics, optimizing both processing time and energy consumption while minimizing scrap. Application of the framework to components ranging from 0.5 to 10 kg demonstrates internally consistent simulation-based predictions of temperature profiles, phase-fraction evolution, and mechanical-property trends within the assumed modelling framework. Optimized schedules achieved 15–25% reductions in cycle time while maintaining properties within T6 specifications. These findings underscore the potential of AI-assisted heat-treatment optimization to enhance energy efficiency, reduce material waste, and improve the consistency of mechanical performance in automotive casting operations.
Description: Data Availability Statement: &#xD;
The original contributions presented in this study are included in the article/supplementary material. Further inquiries can be directed to the corresponding authors.</summary>
    <dc:date>2026-06-04T00:00:00Z</dc:date>
  </entry>
  <entry>
    <title>Language-guided zero-shot segmentation with multi-angle reprojection for point cloud analysis</title>
    <link rel="alternate" href="http://bura.brunel.ac.uk/handle/2438/32958" />
    <author>
      <name>Ayodeji, A</name>
    </author>
    <author>
      <name>Teyeb, A</name>
    </author>
    <author>
      <name>Abbas, MAA</name>
    </author>
    <author>
      <name>Bass, P</name>
    </author>
    <author>
      <name>Bass, E</name>
    </author>
    <author>
      <name>Bandara, PD</name>
    </author>
    <author>
      <name>Jayasinghe, UK</name>
    </author>
    <author>
      <name>Griffiths, J</name>
    </author>
    <author>
      <name>El Masri, E</name>
    </author>
    <id>http://bura.brunel.ac.uk/handle/2438/32958</id>
    <updated>2026-03-11T03:01:47Z</updated>
    <published>2025-09-10T00:00:00Z</published>
    <summary type="text">Title: Language-guided zero-shot segmentation with multi-angle reprojection for point cloud analysis
Authors: Ayodeji, A; Teyeb, A; Abbas, MAA; Bass, P; Bass, E; Bandara, PD; Jayasinghe, UK; Griffiths, J; El Masri, E
Abstract: Virtual Reality applications increasingly demand accurate 3D representations of real-world environments. While LiDAR point clouds capture physical spaces with high fidelity, they typically lack semantic labels, limiting their direct use for tasks such as object recognition, interaction modeling, and automation in immersive environments or digital twin systems. We present a LAnguage-guided zero-shot 3D SEgmentation and Reprojection tool (LASER), an engineered zero-shot segmentation tool that extends the state of the art by introducing language-guided 3D object detection for enhanced usability and accuracy. Unlike its predecessors, LASER uses an ensemble of GroundingDINO and Segment Anything Model as its backbone to process natural language queries and user-specified object categories, automated multi-view orthophoto generation with dynamic angles for optimal view selection, a confidence-weighted fusion algorithm for efficient 2D-3D reprojection, and a semantically labelled mesh output.  &#xD;
The LASER pipeline begins by collecting point cloud data using LiDAR sensors, filtering the point cloud into ground and non-ground components, improving segmentation efficiency. It then generates multi-angle 2D orthophotos and perspective views, incorporating a user-guided angle selection module to optimise scene coverage. Then GroundingDINO detects objects based on textual descriptions, and Segment Anything Model subsequently refines these into segmentation masks. The core innovation of LASER lies in its confidence-weighted reprojection algorithm, which fuses multiple 2D segmentation results back into 3D space, ensuring higher segmentation accuracy and spatial consistency. The resulting semantically labelled assets can be exported in standard formats or iteratively refined through viewpoint adjustments or text prompt modifications.  &#xD;
Our application of LASER to real-world 3D scans of construction sites demonstrates its effectiveness in delivering high segmentation precision, enhanced user interactivity, and seamless integration into virtual reality workflows. To comprehensively evaluate the proposed tool on diverse point cloud scans, we also presented the performance on four different test cases using two different scans (3DSES and Toronto3D) with both indoor and outdoor scenes. The results show consistent performance across scans. Finally, feature-based comparison with state-of-the-art approaches shows that LASER is an optimised tool for enriching static, open-world 3D scans with semantic labels, offering an alternative to existing state-of-the-art methods for niche applications.
Description: Highlight: &#xD;
• Language-guided zero-shot 3D segmentation and object extraction.&#xD;
• User-guided multi-angle orthophoto generation for improved scene coverage.&#xD;
• GroundingDINO-based text-prompted detection for intuitive object detection.&#xD;
• Confidence-weighted fusion ensuring accurate and consistent 3D reprojection.&#xD;
• Flexible viewpoint selection and iterative refinement for enhanced usability.; Data availability: &#xD;
Data will be made available on request.</summary>
    <dc:date>2025-09-10T00:00:00Z</dc:date>
  </entry>
  <entry>
    <title>Machine Learning and Optimisation to Improve Energy Utilisation</title>
    <link rel="alternate" href="http://bura.brunel.ac.uk/handle/2438/30619" />
    <author>
      <name>Ramagiri, S</name>
    </author>
    <author>
      <name>Zonuzi, A</name>
    </author>
    <author>
      <name>Lowe, S</name>
    </author>
    <author>
      <name>El Masri, E</name>
    </author>
    <author>
      <name>Teyeb, A</name>
    </author>
    <author>
      <name>Gan, T-H</name>
    </author>
    <id>http://bura.brunel.ac.uk/handle/2438/30619</id>
    <updated>2025-01-31T03:02:12Z</updated>
    <published>2023-03-13T00:00:00Z</published>
    <summary type="text">Title: Machine Learning and Optimisation to Improve Energy Utilisation
Authors: Ramagiri, S; Zonuzi, A; Lowe, S; El Masri, E; Teyeb, A; Gan, T-H
Abstract: The world is moving towards a conservative approach to fulfilling its energy needs due to inevitable uncertainty and disruptions in the supply chain. In addition, climate change, the availability of materials, and making them&#xD;
sustainable through recycling are other topics of high interest. Energy is a common item among all the industries, and demand for it keeps increasing due to developmental activities. In this work, we aim to improve the efficiency of utilising the available energy in the material processing industries. Mining the ore, extracting the material of interest, melting the&#xD;
material, and manufacturing the required components are typical processes in these industries. The manufacturing of the components also includes a heat treatment process. For example, the heat treatment process demands 20% of the total energy in a non-ferrous foundry. Pre-heating and heat treatment operations consume a significant amount of energy in the ferrous-based industry. We intend to investigate the&#xD;
processes in these industries and create a machine-learning model of the processes involved. Later, we use the machine learning models to build an optimization framework that provides the optimal process operating parameters to achieve the best output while using the least amount of energy.
Description: Slides presented at the conference are available online at: https://www.iaria.org/conferences2023/filesENERGY23/30043_ENERGY.pdf .</summary>
    <dc:date>2023-03-13T00:00:00Z</dc:date>
  </entry>
  <entry>
    <title>How to Valorize Construction and Demolition Wastes? Beyond the State of the art Through Vision Systems and Artificial Intelligence Tools</title>
    <link rel="alternate" href="http://bura.brunel.ac.uk/handle/2438/30618" />
    <author>
      <name>Cosoli, G</name>
    </author>
    <author>
      <name>Salerno, G</name>
    </author>
    <author>
      <name>Calcagni, MT</name>
    </author>
    <author>
      <name>Pandarese, G</name>
    </author>
    <author>
      <name>Violini, L</name>
    </author>
    <author>
      <name>El Masri, E</name>
    </author>
    <author>
      <name>de Melo Ribeiro, H</name>
    </author>
    <author>
      <name>Abbas, MAA</name>
    </author>
    <author>
      <name>Revel, GM</name>
    </author>
    <id>http://bura.brunel.ac.uk/handle/2438/30618</id>
    <updated>2025-01-31T03:02:09Z</updated>
    <published>2024-06-12T00:00:00Z</published>
    <summary type="text">Title: How to Valorize Construction and Demolition Wastes? Beyond the State of the art Through Vision Systems and Artificial Intelligence Tools
Authors: Cosoli, G; Salerno, G; Calcagni, MT; Pandarese, G; Violini, L; El Masri, E; de Melo Ribeiro, H; Abbas, MAA; Revel, GM
Abstract: The efficient tracking of Construction and Demolition Wastes (CDWs) is pivotal in a perspective of sustainability and circularity in the construction sector. Sensing and digital technologies can undoubtedly play a relevant role in this context. This paper proposes an innovative approach for detection, quantification, and characterization of CDWs in order to provide information exploitable through optimized valorization routes made available via dedicated service platforms. The preliminary results are promising, and the solution will be iteratively refined and improved thanks to continuous data collection from real-world scenarios.</summary>
    <dc:date>2024-06-12T00:00:00Z</dc:date>
  </entry>
</feed>

