<?xml version="1.0" encoding="UTF-8"?>
<mods xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://www.loc.gov/mods/v3" version="3.1" xsi:schemaLocation="http://www.loc.gov/mods/v3 http://www.loc.gov/standards/mods/v3/mods-3-1.xsd">
  <titleInfo>
    <title>Development of vehicle speed estimation algorithm in video surveillance using deep learning</title>
  </titleInfo>
  <name type="personal">
    <namePart>Keattisak Sangsuwan</namePart>
    <role>
      <roleTerm authority="marcrelator" type="text">creator</roleTerm>
    </role>
  </name>
  <name type="personal">
    <namePart>Mongkol Ekpanyapong</namePart>
    <role>
      <roleTerm type="text">Chairperson</roleTerm>
    </role>
  </name>
  <name type="personal">
    <namePart>Manukid Parnichkun</namePart>
    <role>
      <roleTerm type="text">Examination Committee</roleTerm>
    </role>
  </name>
  <name type="personal">
    <namePart>Dailey, Matthew N.</namePart>
    <role>
      <roleTerm type="text">Examination Committee</roleTerm>
    </role>
  </name>
  <name type="corporate">
    <namePart>Royal Thai Government</namePart>
    <role>
      <roleTerm type="text">Scholarship Donor</roleTerm>
    </role>
  </name>
  <name type="corporate">
    <namePart>AIT Fellowship</namePart>
    <role>
      <roleTerm type="text">Scholarship Donor</roleTerm>
    </role>
  </name>
  <typeOfResource>text</typeOfResource>
  <genre authority="marc">series</genre>
  <genre authority="marc">technical report</genre>
  <originInfo>
    <place>
      <placeTerm type="code" authority="marccountry">th</placeTerm>
    </place>
    <place>
      <placeTerm type="text">Pathum Thani, Thailand</placeTerm>
    </place>
    <publisher>Asian Institute of Technology</publisher>
    <dateIssued>2024</dateIssued>
    <dateIssued encoding="marc">2025</dateIssued>
    <issuance>continuing</issuance>
  </originInfo>
  <language>
    <languageTerm authority="iso639-2b" type="code">eng</languageTerm>
  </language>
  <physicalDescription>
    <form authority="marcform">print</form>
    <extent>122 leaves : ill. +1 online resource</extent>
  </physicalDescription>
  <abstract>Camera systems are widely used as a road traffic monitoring system, but the system  does not have the ability to estimate the speed of the vehicles that are moving on the  road. In order to use the system as a speed camera, a speed sensor such as RADAR is  required to integrate with the system. However, thanks to the advanced development  of computer vision technology, there is a potential possibility to integrate the speed  estimation function into the camera system for vehicle speed estimation without using  the speed sensor. In this work, a novel method to estimate speed of the vehicle in a traffic monitoring  video without using the additional speed sensor is presented.The implementation of  two-speed measurement models is proposed including the measurement of the  traveling distance of the vehicle in a given unit of time and the measurement of the traveling time of the vehicle in a given unit of distance. Parameters of the models are  received by defining four virtual intrusion lines on the road surface in the camera field  of view. Then, YOLOv3, DeepSORT, GoodFeatureToTrack, and Pyramidal Lucas Kanade optical flow algorithms are implemented to detect and track the target vehicle. From the tracking data, pixel displacement between two consecutive frames (before  and after the vehicle crosses the lines) is measured as the traveling distance. The  number of frames that the vehicle uses while moving from the first line to the other  lines is measured as the traveling time. These two parameters at each intrusion line  are used as speed measurement metrics.The speed measurement metrics are solved by using tracking data of 20 vehicles at 4  different ground truth speeds measured by a laser speed gun. Then, the metrics are  used to estimate the speed of 813 vehicles. The best accuracy is with Mean Absolute  Error (MAE) of 3.38 km/h and Root Mean Squared Error (RMSE) of 4.69 km/h. The  same dataset is tested on a Multilayer Perceptron Neural Network model. It can reach  accuracy with MAE of 3.07 km/h and RMSE of 3.98 km/h. The open dataset  BrnoCompSpeed is used to confirm our proposed method. The best accuracy from our  method is with MAE of 1.81 km/h and this is agreed by its RMSE of 2.52 km/h.</abstract>
  <note>A dissertation submitted in partial fulfillment of the requirements for the degree of  Doctor of Philosophy in Microelectronics and Embedded Systems</note>
  <note>Thesis (Ph. D.) - Asian Institute of Technology, 2024</note>
  <subject>
    <topic>Vehicles</topic>
    <topic>Tracking</topic>
  </subject>
  <subject>
    <topic>Vehicles</topic>
    <topic>Speed</topic>
    <topic>Data processing</topic>
  </subject>
  <subject>
    <topic>Deep learning (Machine learning)</topic>
  </subject>
  <relatedItem type="series">
    <titleInfo>
      <title>Dissertation ; no. ISE-24-04</title>
    </titleInfo>
    <name type="corporate">
      <namePart>Asian Institute of Technology.</namePart>
      <namePart/>
    </name>
  </relatedItem>
  <identifier type="uri">http://203.159.5.9/ait-thesis/detail.php?q=B23331</identifier>
  <location>
    <url displayLabel="Full-Text">http://203.159.5.9/ait-thesis/detail.php?q=B23331</url>
  </location>
  <recordInfo>
    <recordCreationDate encoding="marc">260112</recordCreationDate>
    <recordChangeDate encoding="iso8601">20260818090943.0</recordChangeDate>
  </recordInfo>
</mods>
