The search functionality is under construction.
The search functionality is under construction.

Keyword Search Result

[Keyword] SI(16314hit)

3881-3900hit(16314hit)

  • Measurement of Length of a Single Tooth Using PCA-Signature and Bezier Curve

    Pramual CHOORAT  Werapon CHIRACHARIT  Kosin CHAMNONGTHAI  Takao ONOYE  

     
    PAPER

      Vol:
    E97-A No:11
      Page(s):
    2161-2169

    In developing an automatic system of a single tooth length measurement on x-ray image, since a tooth shape is assumed to be straight and curve, an algorithm which can accurately deal with straight and curve is required. This paper proposes an automatic algorithm for measuring the length of single straight and curve teeth. In the algorithm consisting of control point determination, curve fitting, and length measurement, PCA is employed to find the first and second principle axes as vertical and horizontal ones of the tooth, and two terminal points of vertical axis and the junction of those axes are determined as three first-order control points. Signature is then used to find a peak representing tooth root apex as the forth control point. Bezier curve, Euclidean distance, and perspective transform are finally applied with determined four control points in curve fitting and tooth length measurement. In the experiment, comparing with the conventional PCA-based method, the average mean square error (MSE) of the line points plotted by the expert is reduced from 7.548 pixels to 4.714 pixels for tooth image type-I, whereas the average MSE value is reduced from 7.713 pixels and 7.877 pixels to 4.809 pixels and 5.253 pixels for left side and right side of tooth image type-H, respectively.

  • Multigrid Bilateral Filtering

    Qingyun SHE  Zongqing LU  Weifeng LI  Qingmin LIAO  

     
    PAPER-Image Processing and Video Processing

      Vol:
    E97-D No:10
      Page(s):
    2748-2759

    The bilateral filter (BF) is a nonlinear and low-pass filter which can smooth an image while preserving detail structures. However, the filer is time consuming for real-time processing. In this paper, we bring forward a fresh idea that bilateral filtering can be accelerated by a multigrid (MG) scheme. Our method is based on the following two facts. a) The filtering result by a BF with a large kernel size on the original resolution can be approximated by applying a small kernel sized (3×3) version on the lower resolution many times on the premise of visual acceptance. Early work has shown that a BF can be viewed as nonlinear diffusion. The desired filtering result is actually an intermediate status of the diffusion process. b) Iterative linear equation techniques are sufficiently mature to cope with the nonlinear diffusion equation, which can be accelerated by the MG scheme. Experimental results with both simulated data sets and real sets are provided, and the new method is demonstrated to achieve almost twice the speed of the state-of-the-art. Compared with previous efforts for finding a generalized representation to link bilateral filtering and nonlinear diffusion by adaptive filtering, a novel relationship between nonlinear diffusion and bilateral filtering is explored in this study by focusing attention on numerical calculus.

  • Home Circuit Sharing for Dynamic Wavelength Assignment in LOBS-Based Datacenter Networks

    Wan TANG  Ximin YANG  Bo YI  Rongbo ZHU  

     
    LETTER

      Vol:
    E97-D No:10
      Page(s):
    2660-2662

    According to the match-degree between lightpaths, an HC-sharing approach is proposed to assign wavelength for an arriving transmission request for dynamic traffic in LOBS-based datacenter networks. The simulation results demonstrate that the proposed approach can provide lower block probability than other approaches for both unicast and multicast transmissions.

  • Reconstruction of Compressively Sampled Ray Space by Statistically Weighted Model

    Qiang YAO  Keita TAKAHASHI  Toshiaki FUJII  

     
    PAPER-Image

      Vol:
    E97-A No:10
      Page(s):
    2064-2073

    In recent years, ray space (or light field in other literatures) photography has become popular in the area of computer vision and image processing, and the capture of a ray space has become more significant to these practical applications. In order to handle the huge data problem in the acquisition stage, original data are compressively sampled in the first place and completely reconstructed later. In this paper, in order to achieve better reconstruction quality and faster reconstruction speed, we propose a statistically weighted model in the reconstruction of compressively sampled ray space. This model can explore the structure of ray space data in an orthogonal basis, and integrate this structure into the reconstruction of ray space. In the experiment, the proposed model can achieve much better reconstruction quality for both 2D image patch and 3D image cube cases. Especially in a relatively low sensing ratio, about 10%, the proposed method can still recover most of the low frequency components which are of more significance for representation of ray space data. Besides, the proposed method is almost as good as the state-of-art technique, dictionary learning based method, in terms of reconstruction quality, and the reconstruction speed of our method is much faster. Therefore, our proposed method achieves better trade-off between reconstruction quality and reconstruction time, and is more suitable in the practical applications.

  • Roughness Classification with Aggregated Discrete Fourier Transform

    Chao LIANG  Wenming YANG  Fei ZHOU  Qingmin LIAO  

     
    PAPER-Image Recognition, Computer Vision

      Vol:
    E97-D No:10
      Page(s):
    2769-2779

    In this paper, we propose a texture descriptor based on amplitude distribution and phase distribution of the discrete Fourier transform (DFT) of an image. One dimensional DFT is applied to all the rows and columns of an image. Histograms of the amplitudes and gradients of the phases between adjacent rows/columns are computed as the feature descriptor, which is called aggregated DFT (ADFT). ADFT can be easily combined with completed local binary pattern (CLBP). The combined feature captures both global and local information of the texture. ADFT is designed for isotropic textures and demonstrated to be effective for roughness classification of castings. Experimental results show that the amplitude part of ADFT is also discriminative in describing anisotropic textures and it can be used as a complementary descriptor of local texture descriptors such as CLBP.

  • Efficient Algorithm for Tate Pairing of Composite Order

    Yutaro KIYOMURA  Tsuyoshi TAKAGI  

     
    PAPER-Cryptography and Information Security

      Vol:
    E97-A No:10
      Page(s):
    2055-2063

    Boneh et al. proposed the new idea of pairing-based cryptography by using the composite order group instead of prime order group. Recently, many cryptographic schemes using pairings of composite order group were proposed. Miller's algorithm is used to compute pairings, and the time of computing the pairings depends on the cost of calculating the Miller loop. As a method of speeding up calculations of the pairings of prime order, the number of iterations of the Miller loop can be reduced by choosing a prime order of low Hamming weight. However, it is difficult to choose a particular composite order that can speed up the pairings of composite order. Kobayashi et al. proposed an efficient algorithm for computing Miller's algorithm by using a window method, called Window Miller's algorithm. We can compute scalar multiplication of points on elliptic curves by using a window hybrid binary-ternary form (w-HBTF). In this paper, we propose a Miller's algorithm that uses w-HBTF to compute Tate pairing efficiently. This algorithm needs a precomputation both of the points on an elliptic curve and rational functions. The proposed algorithm was implemented in Java on a PC and compared with Window Miller's Algorithm in terms of the time and memory needed to make their precomputed tables. We used the supersingular elliptic curve y2=x3+x with embedding degree 2 and a composite order of size of 2048-bit. We denote w as window width. The proposed algorithm with w=6=2·3 was about 12.9% faster than Window Miller's Algorithm with w=2 although the memory size of these algorithms is the same. Moreover, the proposed algorithm with w=162=2·34 was about 12.2% faster than Window Miller's algorithm with w=7.

  • MSK Modulation for Physical-Layer Network Coding Systems

    Nan SHA  Yuanyuan GAO  Xiaoxin YI  Wei JIAN  Weiwei YANG  

     
    LETTER-Communication Theory and Signals

      Vol:
    E97-A No:10
      Page(s):
    2086-2089

    In this letter, we combine minimum-shift keying (MSK) with physical-layer network coding (PNC) to form a new scheme, i.e., MSK-PNC, for two-way relay channels (TWRCs). The signal detection of the MSK-PNC scheme is investigated, and two detection methods are proposed. The first one is orthogonal demodulation and mapping (ODM), and the second one is two-state differential detection (TSDD). The error performance of the proposed MSK-PNC scheme is evaluated through simulations.

  • Numerical Simulation of Far-Field Gain Determination at Reduced Distances Using Phase Center Open Access

    Katsushige HARIMA  

     
    INVITED PAPER

      Vol:
    E97-B No:10
      Page(s):
    2001-2010

    This paper describes numerical analyses of the distance-dependent gain variation that exists in gain measurements based on the Friis transmission formula for typical broadband antennas, including double-ridged guide horn and log-periodic dipole array antennas. The analyses are performed by simulating gain measurements using the method of moments with higher-order basis functions and the finite integration method. In addition, we propose approximate techniques to determine the antenna phase center by exploiting the distance dependence of the gain. Simulation and experimental results show the effectiveness of using the location of the phase center to accurately determine the far-field gain at reduced antenna separation distances.

  • Parallel Ring-Line Rat-Race Circuit with Very Loose Coupling Utilizing Composite Right-/Left-Handed Transmission Lines

    Tadashi KAWAI  Yuma SUMITOMO  Akira ENOKIHARA  Isao OHTA  Kei SATOH  Yasunori SUZUKI  Hiroshi OKAZAKI  Shoichi NARAHASHI  

     
    PAPER

      Vol:
    E97-C No:10
      Page(s):
    965-971

    In this paper, we consider a parallel ring-line rat-race circuit realized by replacing some parts of the ring-lines with composite right-/left-handed transmission lines (CRLH-TLs). For a conventional rat-race circuit, the minimum coupling factor is limited by the highest impedance of the ring-lines that can be manufactured by general printed circuit board (PCB) technologies. However, the coupling factor of the parallel ring-line type rat-race circuit proposed in this paper is determined by the difference between the admittances of the parallel ring-lines. As a result of designing parallel ring-line rat-race circuits having coupling factors of $-20$ and $-30$,dB for an operation frequency of 4,GHz, the proposed rat-race circuit realizes broadband characteristics of about 35.5% according to the numerical results for the $-20$,dB circuit. Furthermore, broadband characteristics including reflection, isolation, and couplings can be maintained for the fabricated $-20$,dB rat-race circuit up to an input power of 40,dBm.

  • Multi-Stage DCF-Based Channel Access Scheme for Throughput Enhancement of OFDMA WLAN Systems

    Shinichi MIYAMOTO  Naoya IKESHITA  Seiichi SAMPEI  Wenjie JIANG  

     
    PAPER-Wireless Communication Technologies

      Vol:
    E97-B No:10
      Page(s):
    2230-2242

    To enhance the throughput of wireless local area networks (WLANs) by efficiently utilizing the radio resource, a distributed coordination function-based (DCF-based) orthogonal frequency division multiple access (OFDMA) WLAN system has been proposed. In the system, since each OFDMA sub-channel is assigned to the associated station with the highest channel gain, the transmission rate of DATA frames can be enhanced thanks to multi-user diversity. However, the optimum allocation of OFDMA sub-channels requires the estimation of channel state information (CSI) of all associated stations, and this incurs excessive signaling overhead. As the number of associated stations increases, the signaling overhead severely degrades the throughput of DCF-based OFDMA WLAN. To reduce the signaling overhead while obtaining a sufficient diversity gain, this paper proposes a channel access scheme that performs multiple DCF-based channel access. The key idea of the proposed scheme is to introduce additional DCF-based prioritized access along with the traditional DCF-based random access. In the additional DCF-based prioritized access, by dynamically adjusting contention window size according to the CSI of each station, only the stations with better channel state inform their CSI to the access point (AP), and the signaling overhead can be reduced while maintaining high multi-user diversity gain. Numerical results confirm that the proposed channel access scheme enhances the throughput of OFDMA WLAN.

  • The Numerical Analysis of an Antenna near a Dielectric Object Using the Higher-Order Characteristic Basis Function Method Combined with a Volume Integral Equation

    Keisuke KONNO  Qiang CHEN  

     
    PAPER

      Vol:
    E97-B No:10
      Page(s):
    2066-2073

    The higher-order characteristic basis function method (HO-CBFM) is clearly formulated. HO-CBFM provides results accurately even if a block division is arbitrary. The HO-CBFM combined with a volume integral equation (VIE) is used in the analysis of various antennas in the vicinity of a dielectric object. The results of the numerical analysis show that the HO-CBFM can reduce the CPU time while still achieving the desired accuracy.

  • Coherent Combining-Based Initial Ranging Scheme for MIMO-OFDMA Systems

    Yujie XIA  Guangliang REN  

     
    PAPER-Wireless Communication Technologies

      Vol:
    E97-B No:10
      Page(s):
    2203-2211

    A coherent combining-based initial ranging scheme is proposed for multiple-input multiple-output and orthogonal frequency division multiple access systems. The proposed algorithm utilizes the correlation properties of the ranging codes to resolve the multipath components, coherently combines the initial ranging signal of resolved path on each receiving antenna to maximize the output signal-to-interference-and-noise ratio, and then collects the power of the multipath signals to detect the states of the ranging codes. Simulation results show that the proposed scheme has much better performance than the available noncoherent combining method, and can accommodate more active ranging users simultaneously in each cell.

  • A Simplified Broadband Output Matching Technique for CMOS stacked Power Amplifiers

    Jaeyong KO  Kihyun KIM  Jaehoon SONG  Sangwook NAM  

     
    BRIEF PAPER

      Vol:
    E97-C No:10
      Page(s):
    938-940

    This paper describes the design method of a broadband CMOS stacked power amplifier using harmonic control over wide bandwidths in a 0.11,$mu $m standard CMOS process. The high-efficiency can be obtained over wide bandwidths by designing a load impedance circuit as purely reactive as possible to the harmonics with broadband fundamental matching, which is based on continuous Class-F mode of operation. Furthermore, the stacked topology overcomes the low breakdown voltage limit of CMOS transistor and increases output impedance. With a 5-V supply and a fixed matching circuitry, the suggested power amplifier (PA) achieves a saturated output power of over 26.7,dBm and a drain efficiency of over 38% from 1.6,GHz to 2.2,GHz. In W-CDMA modulation signal measurements, the PA generates linear power and power added efficiency of over 23.5,dBm and 33% (@ACLR $=-33$,dBc).

  • A Compact Three-Mode H-Shaped Resonator Bandpass Filter Having High Passband Selectivity with Four Transmission Zeros and Wide Stopband Characteristic

    Masataka OHIRA  Zhewang MA  

     
    PAPER

      Vol:
    E97-C No:10
      Page(s):
    957-964

    This paper proposes a compact three-mode H-shaped resonator bandpass filter fed by antiparallel coupled input/output lines. To investigate the resonant behavior of the H-shaped resonator, even/odd-mode resonance conditions of the resonator are first derived analytically. The multimode resonances of the H-shaped resonator filter are modeled by a multipath circuit formed with resonance paths. Moreover, a direct source/load coupling path is connected in parallel, of which the value shows a frequency dependency because of the antiparallel coupled feeding lines, thereby generating four transmission zeros (TZs) greater than the number of a theoretical limitation. The H-shaped resonator bandpass filter is synthesized, developed, and tested, showing a third-order passband response with four TZs located near the passband, and a wide stopband property.

  • DOA Estimation for Multi-Band Signal Sources Using Compressed Sensing Techniques with Khatri-Rao Processing

    Tsubasa TERADA  Toshihiko NISHIMURA  Yasutaka OGAWA  Takeo OHGANE  Hiroyoshi YAMADA  

     
    PAPER

      Vol:
    E97-B No:10
      Page(s):
    2110-2117

    Much attention has recently been paid to direction of arrival (DOA) estimation using compressed sensing (CS) techniques, which are sparse signal reconstruction methods. In our previous study, we developed a method for estimating the DOAs of multi-band signals that uses CS processing and that is based on the assumption that incident signals have the same complex amplitudes in all the bands. That method has a higher probability of correct estimation than a single-band DOA estimation method using CS. In this paper, we propose novel DOA estimation methods for multi-band signals with frequency characteristics using the Khatri-Rao product. First, we formulate a method that can estimate DOAs of multi-band signals whose phases alone have frequency dependence. Second, we extend the scheme in such a way that we can estimate DOAs of multi-band signals whose amplitudes and phases both depend on frequency. Finally, we evaluate the performance of the proposed methods through computer simulations and reveal the improvement in estimation performance.

  • Head-Tail Expressions for Interval Functions

    Infall SYAFALNI  Tsutomu SASAO  

     
    PAPER-VLSI Design Technology and CAD

      Vol:
    E97-A No:10
      Page(s):
    2043-2054

    This paper shows a method to represent interval functions by using head-tail expressions. The head-tail expressions represent greater-than GT(X:A) functions, less-than LT(X:B) functions, and interval functions IN0(X:A,B) more efficiently than sum-of-products expressions. Let n be the number of bits to represent the largest value in the interval (A,B). This paper proves that a head-tail expression (HT) represents an interval function with at most n words in a ternary content addressable memory (TCAM) realization. It also shows the average numbers of factors to represent interval functions by HTs for up to n=16, which were obtained by a computer simulation. It also conjectures that, for sufficiently large n, the average number of factors to represent n-variable interval functions by HTs is at most 2/3n-5/9. Experimental results also show that, for n≥10, to represent interval functions, HTs require at least 20% fewer factors than MSOPs, on the average.

  • Proposal of an Overreach Measurement Method for Digital Terrestrial TV Service Using FM Broadcasting Waves

    Masahiro NISHI  Koichi SHIN  Teruaki YOSHIDA  

     
    PAPER-Antennas and Propagation

      Vol:
    E97-B No:10
      Page(s):
    2167-2174

    In the digital terrestrial TV broadcasting system, it is important to evaluate both quantitative levels and sources of overreach interference, because it can degrade the TV service quality. This paper newly proposes an overreach measurement method that simultaneously monitors RSSI (Received Signal Strength Indicator) and CNR (Carrier to Noise power Ratio) of the TV waves and RSSI of FM waves. The results of measurements conducted in Hiroshima prefecture show that our proposed method can evaluate the level of overreach interference in the TV waves and also identify the source of the interference. Total 43 overreach interference events were found in the proposed method from one-year measurement in 2012. Based on M profile data, this paper also shows that the main factor of the overreach interference in this measurement is duct propagation due to meteorological condition.

  • A Lightweight Software Model for Signature-Based Application-Level Traffic Classification System

    Jun-Sang PARK  Sung-Ho YOON  Youngjoon WON  Myung-Sup KIM  

     
    PAPER-Information Network

      Vol:
    E97-D No:10
      Page(s):
    2697-2705

    Internet traffic classification is an essential step for stable service provision. The payload signature classifier is considered a reliable method for Internet traffic classification but is prohibitively computationally expensive for real-time handling of large amounts of traffic on high-speed networks. In this paper, we describe several design techniques to minimize the search space of traffic classification and improve the processing speed of the payload signature classifier. Our suggestions are (1) selective matching algorithms based on signature type, (2) signature reorganization using hierarchical structure and traffic locality, and (3) early packet sampling in flow. Each can be applied individually, or in any combination in sequence. The feasibility of our selections is proved via experimental evaluation on traffic traces of our campus and a commercial ISP. We observe 2 to 5 times improvement in processing speed against the untuned classification system and Snort Engine, while maintaining the same level of accuracy.

  • Unsupervised Dimension Reduction via Least-Squares Quadratic Mutual Information

    Janya SAINUI  Masashi SUGIYAMA  

     
    LETTER-Artificial Intelligence, Data Mining

      Pubricized:
    2014/07/22
      Vol:
    E97-D No:10
      Page(s):
    2806-2809

    The goal of dimension reduction is to represent high-dimensional data in a lower-dimensional subspace, while intrinsic properties of the original data are kept as much as possible. An important challenge in unsupervised dimension reduction is the choice of tuning parameters, because no supervised information is available and thus parameter selection tends to be subjective and heuristic. In this paper, we propose an information-theoretic approach to unsupervised dimension reduction that allows objective tuning parameter selection. We employ quadratic mutual information (QMI) as our information measure, which is known to be less sensitive to outliers than ordinary mutual information, and QMI is estimated analytically by a least-squares method in a computationally efficient way. Then, we provide an eigenvector-based efficient implementation for performing unsupervised dimension reduction based on the QMI estimator. The usefulness of the proposed method is demonstrated through experiments.

  • On Achieving Capture Power Safety in At-Speed Scan-Based Logic BIST

    Akihiro TOMITA  Xiaoqing WEN  Yasuo SATO  Seiji KAJIHARA  Kohei MIYASE  Stefan HOLST  Patrick GIRARD  Mohammad TEHRANIPOOR  Laung-Terng WANG  

     
    PAPER-Dependable Computing

      Vol:
    E97-D No:10
      Page(s):
    2706-2718

    The applicability of at-speed scan-based logic built-in self-test (BIST) is being severely challenged by excessive capture power that may cause erroneous test responses even for good circuits. Different from conventional low-power BIST, this paper is the first to explicitly focus on achieving capture power safety with a novel and practical scheme, called capture-power-safe logic BIST (CPS-LBIST). The basic idea is to identify all possibly-erroneous test responses caused by excessive capture power and use the well-known approach of masking (bit-masking, slice-masking,vector-masking) to block them from reaching the multiple-input signature register(MISR). Experiments with large benchmark circuits and a large industrial circuit demonstrate that CPS-LBIST can achieve capture power safety with negligible impact on test quality and circuit overhead.

3881-3900hit(16314hit)