Jo Sep 8, 2023
A research team led by Pak Kwang Hyok, a researcher at the Faculty of Distance Education, has conducted a study of GloVe (Global vector) for extracting the features of Korean.
While CBOW or skip-gram is the prediction task of a contextual word, GloVe is the presentation method by the number of co-appearance of words.
Skip-gram can reflect longer-distance information through skips between some words but this reveals a defect, that is, hard to reflect contextual information.
Therefore, Korean sentence corpora segmented by Byte Pair Encoder (BPE) are needed for extracting the features of Korean by means of GloVe.
The research team used an analysis engine based on the Long-Short Term Memory for BPE.
The research result showed that Korean feature extraction by GloVe was better in F-score estimation than that by CBOW or skip-gram.
This method can be applied to Korean sentence similarity evaluation for online exams and bibliographic search systems.
...
Jo Sep 5, 2023
The Mausoleum of King Tongmyong is a tomb of King Tongmyong, the founder of the Koguryo dynasty, situated in Ryongsan ri, Ryokpho District.
The mausoleum was brought to the present site by the movement of the capital of Koguryo to Pyongyang in the fifth century.
It was rebuilt in May, 1993. It stands magnificently as if it was demonstrating the might of Koguryo, which was once a great power, as the mausoleum of the founder king.
It is a stone structure covered with earth facing the south. It has a huge pile of earth, which is 11.5 metres high.
On the four 34-metre-long sides of the bottom part is a platform built of properly faced stones. Around the tomb, some graveside structures are set up on the 5-metre-wide pavement of riverside gravels.
Before the tomb, several structures stand in good order as they were in the days of the Koguryo dynasty.
On the top floor in front of the tomb are a stone table, a stone lantern and two stone sculptures of tiger. Along the right and left sides stand sculptured figures of civil and military officers and their horses. A pair of stone posts and a stone stove are also found there.
Erected in the east on the lower floor are “Monument to Sage King Tongmyong, Founder of the Koguryo Dynasty” and “Historical Monument to Sage King Tongmyong, Founder of the Koguryo Dynasty” written in Chinese character with explanations in Korean. In the west is a building for memorial service and in the south is a gate.
Under the care of the Workers’ Party of Korea, the Mausoleum of King Tongmyong was rebuilt wonderfully and it has been in good preservation. It is now making a positive contribution to educating our people in the national pride and dignity and patriotic spirit.
...
Jo Sep 4, 2023
A research team led by Chae Wi Song, a researcher at the Faculty of Distance Education, has developed an authentication system in which users are authenticated by analysis of keystroke dynamics.
Biometric authentication systems identify individuals by their physiological features (fingerprint, skin, retina, iris, etc.).
Each individual’s keystroke pattern is unique and a unique profile can be constructed by their typing speed, key press release timing, pressure applied, and finger positions on a keyboard.
The user authentication system based on this keystroke pattern is appealing for many reasons: simple and transparent authentication and no need for any extra equipment for feature capture.
The research team chose key press time and key release time among many keystroke patterns.
Key press time and key release time enable extraction of four features ― key hold time, key press latency, intervals between key press and release, and release and press. They used random forest algorithm for user authentication. The basic idea is to construct many trees using random vectors sampled from a data set.
This system guarantees fair online exams by automatically blocking several kinds of cheating attempts such as taking exams in place of examinees, keying in answers read by others, etc.
...
Jo Sep 1, 2023
National classic “Palhaego” is a book compiled by a realist scholar Ryu Tuk Gong (1748―?) in 1784.
Aiming to rectify the history of Palhae distorted by feudal historians and great-power chauvinists, Ryu Tuk Gong collected and sorted out a large number of books at home and abroad into “Palhaego” in one volume and in one book.
“Palhaego” is divided into several parts ― Kungo about the successive kings, Singo about central government officials, Jirigo about the territory, capital and local areas, Jikkwango about government offices and posts, Uijanggo about costumes of each rank, Mulsango about specialties, Kuksogo about letters sent to Japan, etc.
The book gives many-sided information about the foreign activities, territory, government post system, etc. What is particularly striking among them is it demonstrates that Palhae was a full-fledged sovereign state that succeeded to Koguryo.
The author wrote in the preface, “Where on earth is Tae from? He is surely from Koguryo. …The territory of Palhae right belongs to that of Koguryo.” He highlighted by means of the six letters sent by the kings of Palhae to Japanese kings that Palhae had been founded by the people of ruined Koguryo.
The book contains fairly detailed records indicative of the fact that Palhae was a sovereign state that exercised its sovereignty with dignity.
In addition, it repudiates the former view that Palhae had 60 provinces but proves that it had 62 provinces, and that the territory of Koryohuguk (a state founded by people of ruined Koguryo) belonged to that of Palhae.
In conclusion, “Palhaego” is a very important book that collected and catalogued all materials related to Palhae to rectify the history of Palhae for the first time in the middle ages of our country.
...
Jo Aug 30, 2023
Android-based oscilloscopes have been developed for research and educational purposes because they are able to acquire, transmit, display, and analyze any electrical signals since they are mobile and easy to operate.
Due to the speed limitation of wireless transmission channels, android oscilloscopes have some limited performances on several aspects such as bandwidth, waveform capturing rate (WCR), etc.
Kim Mun Hyok, a section head at the Faculty of Automation Engineering, has proposed a real-time lossless data compression scheme to solve a bottleneck of continuous data flow from a data acquisition device (DAQ) to a smartphone. This scheme consists of triggering a signal and encoding differences between waveforms (DBWs).
He also proposed an advanced structure of android bluetooth oscilloscope (ABO) to implement the proposed compression algorithm with field programmable gate array (FPGA)-based hardware and software.
To evaluate WCR improvement, he first analyzed relationship between WCR and compression ratio, and then, verified the compression efficiency by MATLAB simulations using various waveforms, such as simple sinusoidal, complex periodic, square, and chirp waveforms.
He finally studied the robustness of this instrument within the range of 0–15% noise amplitude and 0–2rad phase offset. All the experimental results showed that the proposed scheme can enhance WCR and at the same time it can also be applied to the wireless transmission fields collecting and displaying electrical waveforms.
If further information is needed, please refer to his paper “A Triggering-and-Encoding Lossless Compression Scheme for Waveform Capturing Rate Enhancement of Android Bluetooth Oscilloscope” in “IEEE TRANSACTIONS ON INSTRUMENTATION AND MEASUREMENT” (SCI).
...
Jo Aug 29, 2023
Nowadays, consumer mobile phones come in with ultra-high resolution cameras, and an incredible number of high-resolution images and videos are created every day. The images and videos have to be downscaled with very large factors to be displayed on general screens.
Deep learning-based downscaling methods show superior performance only for some predetermined integer factors such as 2, 3 and 4. For arbitrary factors, the latest image downscaling algorithms preserve edges and fine details but still suffer from noise amplification. They make undesirable artifacts especially when a downscaling factor is very large.
Kim Su Hyon, a researcher at the Faculty of Information Science and Technology, has proposed an algorithm referred to as NDPID (Noise-free DPID or New DPID) for downscaling ultra-high resolution images to a thumbnail size in real-time without amplifying noise. The proposed algorithm is based on inverse joint bilateral filtering using an area pixel model and moving average.
Unlike the DPID, which employs a rectangular function (box filtering) as the spatial kernel, the NDPID uses two-step 1D APID (Area Pixel model based Image Downscaling) filter. The main reason for employing this 1D spatial kernel is to decompose the proposed downscaling algorithm into two subsequent processes each of which performs capturing pixels’ distinctness for their weights and smoothing of the weights. By these two processes, the algorithm alleviates an isolated noise pixel twice but a thin line (important detail) only once. Consequently, the lines and edges survive while the NDPID alleviates the isolated noise pixel in both horizontal and vertical smoothing processes.
The proposed algorithm is much faster than state-of-the-art downscalers and is free from the restraints of predetermined integer downscaling factors. The experimental results show that the proposed algorithm is about 7.37% faster on average than the DPID, the fastest detail-preserving image downscaler in use. GPU implementation of the algorithm downscales a 2K video to 128-pixel width without temporal artifacts at the speed of 116 frames per second. Moreover, the PSNR and SSIM scores achieved by his method were respectively 35.9% and 16.5% higher on average than the highest values scored by the existing methods when downscaling images contaminated by 5% salt and pepper noise.
If further information is needed, please refer to his paper “A New Rapid and Detail-Preserving Image Downscaling Without Noise Amplification” in “IEEE Access” (SCI).
...