An unmanned ground vehicle (UGV) has many applications in a variety of fields. Detection and tracking of a specific road in UGV videos play an important role in automatic UGV navigation, traffic monitoring, and is very helpful for constructing road networks for modeling and simulation. In this paper, an efficient road detection and tracking framework in UGV videos is proposed. In particular, a graph-cut-based detection approach is given to accurately extract a specified road region during the initialization stage and in the middle of tracking process, and a fast homography-based tracking scheme is developed to automatically tracking road areas. The high efficiency of our framework is attributed to two aspects: the road detection is performed only when needed and most work in locating the road is rapidly done via very fast homography-based tracking. They use UGVs in autonomous navigation to follow roads/rivers, oil-gas pipeline inspection, and traffic parameters measurements. UAVs equipped with cameras are viewed as a low-cost platform that can provide efficient data acquisition methods for intelligent transport systems. With the increasing vehicles usage and their traffic management demands. this kind of platform becomes attractively popular. Conventional traffic data collection [5] relying on fixed infrastructure is only limited to a local region and, thus, it is expensive and labor intensive to monitor traffic activities across broad areas. In comparison, UAV has advantages, including: There is a low cost to monitor over long distances; it is flexible for flying across broad spatial and temporal scales; and it is capable of carrying various types of sensors to collect abundant data. Detection in deep about road areas can provide users the regions of interest for further navigation, detection and data collection procedures, benefiting their efficiencies and accuracies. In the previous works of road detection and tracking, most approaches use the color (texture) and/or structure (geometry) properties of roads. Among them, the combination of road color and boundary information have achieved more robust and ac-curate results than using only one of them in road detection, as shown in the work [6], [7]. Therefore, we are paying a note of using both types of information. Because real time is required in many UAV-based applications, our major target is how to effectively combine both types of information for road detection/ tracking in an efficient way. There are two rules that make one integrated framework efficient. First, each and every component of the framework should be fast. Second, if one component is faster than the others in achieving the same purpose, fastest component should be prioritized as much as possible. we follow the above mentioned two rules to make the framework fast. our framework includes two components: road detection, road tracking. In road detection, we utilize the GraphCut algorithm [8] considering its efficiency and powerful segmentation performance in 2-D color images. In road tr...